Is Subversion 1.6.17 compatible with Ruby 1.8.1?

2012-03-26 Thread Nico Kadel-Garcia
Does Subversion 1.6.17 require Ruby 1.8.2? Or can it get along and the Ruby/Swig components play well with Ruby 1.8.1 ? I'm looking at publishing an SRPM for RHEL 4, which has legacy users and whose users would benefit from the improved svn:externals and "svn checkout --force" tools.

Re: Unexpected behavior during mergeinfo elision scenario

2012-03-26 Thread John
On Mon, Mar 26, 2012 at 5:11 AM, Stefan Sperling wrote: > On Fri, Mar 23, 2012 at 04:26:07PM -0500, a nsvnuser wrote: >> svn merge -r 1488:2779 ^/myproject/trunk/subdir subdir >> --- Recording mergeinfo for merge of r1489 through r2675 into 'subdir': >>  U   subdir >> >> svn diff >> [No output] >

Re: Subversion 1.7 server & client issue : not able to commit E160013 path not found

2012-03-26 Thread Philip Martin
vishwajeet singh writes: > As thread it's not just with mod_wsgi, problem persist with fcgi, can you > please elaborate on reordering I tried moving wsgi module at end but that > did not help. Reordering may not work; it depends how the other modules work. Fixing it may require code changes in

Re: Non unicode characters in log messages

2012-03-26 Thread Daniel Shahaf
Yeah, a similar issue was fixed for the post-commit hook error output. FWIW it works for me with a trunk client/server --- % $svn log http://localhost:8081/t/r1 r1 | daniel | 2012-03-26 20:26:56 +0200 (Mon, 26 Mar 2012) | 2

Re: Subversion 1.7 server & client issue : not able to commit E160013 path not found

2012-03-26 Thread vishwajeet singh
On Mon, Mar 26, 2012 at 11:48 PM, Philip Martin wrote: > vishwajeet singh writes: > > >> > *svn: E160013: Commit failed (details follow):* > >> > *svn: E160013: '/svn/RDR/!svn/me' path not found* > > > >> "SVNAdvertiseV2Protocol off" might be a workaround. > >> > >> Note that there are known issu

Re: Subversion 1.7 server & client issue : not able to commit E160013 path not found

2012-03-26 Thread Philip Martin
vishwajeet singh writes: >> > *svn: E160013: Commit failed (details follow):* >> > *svn: E160013: '/svn/RDR/!svn/me' path not found* > >> "SVNAdvertiseV2Protocol off" might be a workaround. >> >> Note that there are known issues with httpd-2.4 support in svn with bdb >> repositories. > > I could

Re: Non unicode characters in log messages

2012-03-26 Thread Trent Fisher
The server has Subversion 1.6.16 and Apache 2.2.15. It happens on most clients I have tried including Tortoise SVN 1.6.7 and I think the person who discovered it was running 1.7, and from the command line I tried versions 1.6.6 and 1.6.16. Perhaps this is something fixed in 1.7? On 03/26/201

Merge bug -- svn:keywords and conflict resolution

2012-03-26 Thread
Hello, We had some developers changing svn:keywords property, which caused merge conflicts for other people pulling in the changes via sync merges. The developers merging the change into their branch were surprised to get merge conflicts in files they had not changed. I figured out that svn

Re: Non unicode characters in log messages

2012-03-26 Thread Daniel Shahaf
What version of svn on the client and on the server? (Go to http://../ in a browser and check hte footer) Trent Fisher wrote on Mon, Mar 26, 2012 at 12:35:27 -0400: > I think I found a bug relating to handling of non-unicode characters > in log messages. When I do an "svn log" via the file:// ur

Non unicode characters in log messages

2012-03-26 Thread Trent Fisher
I think I found a bug relating to handling of non-unicode characters in log messages. When I do an "svn log" via the file:// url it works fine, but when I do it via http:// the history is truncated and ends with this message: svn: REPORT of '/svn/tugbu/!svn/bc/236146/QA/CCB/main%20V2.4.X/Doc

Re: Open MS Office Document results in numereous password requests on IE 8.0

2012-03-26 Thread kmradke
> > I had a problem with the IE behaving very strange when trying to download MS > > Office documents (docx, xlsx) from a subversion server; it downloaded them > > as zip files instead. The fix was to add the subversion server to the > > trusted sites in the IE settings: Tools->Internet Options,

Re: svn upgrade bug with quotes in filename

2012-03-26 Thread Thorsten Schöning
Guten Tag Dave Rodgman, am Montag, 26. März 2012 um 17:48 schrieben Sie: > I notice that svn upgrade does not like paths with single quotes in the > filename (in this case a directory named "PCB's"). I was only able to > complete the upgrade by deleting the directory. You should describe how you

Re: Open MS Office Document results in numereous password requests on IE 8.0

2012-03-26 Thread Andy Levy
On Mon, Mar 26, 2012 at 11:45, Walter Klust wrote: > On 23.03.2012 13:41, markus.lieb...@t-systems.com wrote: >> >> We have the following problem in using Subversion (currently version >> 1.6.15): >> >>  * I open the Windows Internet Explorer 8.0 >>  * I enter there the URL to our Subversion repos

svn upgrade bug with quotes in filename

2012-03-26 Thread Dave Rodgman
Hi, I notice that svn upgrade does not like paths with single quotes in the filename (in this case a directory named "PCB's"). I was only able to complete the upgrade by deleting the directory. cheers Dave

Re: Open MS Office Document results in numereous password requests on IE 8.0

2012-03-26 Thread Walter Klust
On 23.03.2012 13:41, markus.lieb...@t-systems.com wrote: We have the following problem in using Subversion (currently version 1.6.15): * I open the Windows Internet Explorer 8.0 * I enter there the URL to our Subversion repository: https://our.company.com/svn/REPO/trunk/docs

Re: Call svn cat for all files modified or added in a given revision

2012-03-26 Thread OBones
Andy Levy wrote: svn log --verbose -rX will give you a list of all paths touched in revision X. You'll need to do some parsing to extract just the paths vs. the other log data. If you're handy with XML, you can use svn log --verbose --xml -rX and then use XPath to extract just the paths. I ha

RE: Recursive externals checkout

2012-03-26 Thread Dominik Psenner
>> The problem may be levered by recursively comparing the repository UID >and >> the relative path in the uri when the external is resolved. Proofing that >> this check would be enough is left to the reader. :-) > >This will catch the "simple" case when an external includes its own parent >directo

Re: Subversion 1.7 server & client issue : not able to commit E160013 path not found

2012-03-26 Thread Daniel Shahaf
"SVNAdvertiseV2Protocol off" might be a workaround. Note that there are known issues with httpd-2.4 support in svn with bdb repositories. vishwajeet singh wrote on Mon, Mar 26, 2012 at 15:13:16 +0530: > Hi All, > > I recently upgraded from subversion server from 1.6 to 1.7, everything > works f

Re: Unexpected behavior during mergeinfo elision scenario

2012-03-26 Thread Stefan Sperling
On Fri, Mar 23, 2012 at 04:26:07PM -0500, a nsvnuser wrote: > svn merge -r 1488:2779 ^/myproject/trunk/subdir subdir > --- Recording mergeinfo for merge of r1489 through r2675 into 'subdir': > U subdir > > svn diff > [No output] > In revision 2780 > ^/myproject/trunk was replaced via > a copy f

RE: Which is the most used/best Windows Subversion distribution?

2012-03-26 Thread Cooke, Mark
> -Original Message- > From: Nico Kadel-Garcia [mailto:nka...@gmail.com] > Sent: 24 March 2012 03:14 > To: Ben Stover > Cc: Subversion Users > Subject: Re: Which is the most used/best Windows Subversion > distribution? > > > On Fri, Mar 23, 2012 at 10:56 PM, Ben Stover > wrote: > >

AW: Recursive externals checkout

2012-03-26 Thread Markus Schaber
Hi, Dominik, Von: Dominik Psenner [mailto:dpsen...@gmail.com] > >http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2939615 > >> > >> Do you think svn checkout should be defensive against recursive externals? > > > >At elego (where I work) we actually use this as a trick qu

RE: Recursive externals checkout

2012-03-26 Thread Dominik Psenner
>http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId= >2939615 >> >> Do you think svn checkout should be defensive against recursive externals >? > >At elego (where I work) we actually use this as a trick question during >Subversion workshops. People who don't necessarily kno

strange write proxy error

2012-03-26 Thread Dongsheng Song
I use Debian (apache 2.2.16 and subversion 1.6.12), here is my stripped apache config file: Options FollowSymLinks AllowOverride None Options Indexes FollowSymLinks MultiViews AllowOverride None