Re: svn 1.6 - compression svndiff format data failed

2011-12-21 Thread Ryan Schmidt
On Dec 21, 2011, at 19:01, Phil wrote: > Please forgive me but I'm not familiar with *.py It's a Python script. http://en.wikipedia.org/wiki/Python_%28programming_language%29

Re: svn 1.6 - compression svndiff format data failed

2011-12-21 Thread Phil
Daniel, Please forgive me but I'm not familiar with *.py On Wed, Dec 21, 2011 at 7:52 PM, Daniel Shahaf wrote: > > https://svn.apache.org/repos/asf/subversion/trunk/tools/client-side/svn-viewspec.py > > > Phil wrote on Wed, Dec 21, 2011 at 16:44:36 -0800: > > Well, it turns out that the other ap

Re: svn 1.6 - compression svndiff format data failed

2011-12-21 Thread Daniel Shahaf
https://svn.apache.org/repos/asf/subversion/trunk/tools/client-side/svn-viewspec.py Phil wrote on Wed, Dec 21, 2011 at 16:44:36 -0800: > Well, it turns out that the other application does not support svn v1.7 but > only v1.6. Too bad I still cannot get v1.6 to perform massive checkout > using th

Re: svn 1.6 - compression svndiff format data failed

2011-12-21 Thread Phil
Well, it turns out that the other application does not support svn v1.7 but only v1.6. Too bad I still cannot get v1.6 to perform massive checkout using the "svn co svn://..." syntax. I guess I would have to write a unix shell script to help speed up my manual process. What I'm doing is first pe

Re: svn 1.6 - compression svndiff format data failed

2011-12-21 Thread Phil
Maybe I should download and get a better zlib package. Let me try and keep everyone posted. On Wed, Dec 21, 2011 at 9:14 AM, Phil wrote: > I have about 155 packages in the repository that I want to checkout. This > has never worked with v1.6. The workaround is to checkout each package one > a

Re: svn 1.6 - compression svndiff format data failed

2011-12-21 Thread Phil
I have about 155 packages in the repository that I want to checkout. This has never worked with v1.6. The workaround is to checkout each package one at a time (svn co svn://). As you can see, that's very tedious. I assume subversion doesn't care how many packages are in my repository. I did th

Re: svn 1.6 - compression svndiff format data failed

2011-12-21 Thread Stefan Sperling
On Wed, Dec 21, 2011 at 07:47:16AM -0500, Phil wrote: > Setting LC_ALL=C does not work either. Wonder why it works for v1.7 but > not for v1.6. Again, I'm getting "svn: Compression of svndiff data failed" > when executing "svn co svn://path/to/repo/prj working_directory". But if I > do a "svn co

Re: svn 1.6 - compression svndiff format data failed

2011-12-21 Thread Phil
Setting LC_ALL=C does not work either. Wonder why it works for v1.7 but not for v1.6. Again, I'm getting "svn: Compression of svndiff data failed" when executing "svn co svn://path/to/repo/prj working_directory". But if I do a "svn co file:///" then it's okay for v1.6. On Tue, Dec 20, 2011

Re: svn 1.6 - compression svndiff format data failed

2011-12-20 Thread phillip . ho
Please forgive me but how do you install the v1.7 libraries on top of v1.6. Is it basically performing the compilation of v1.7 and installing it over the v1.6 directory location? On Tue, Dec 20, 2011 at 6:11 PM, Daniel Shahaf wrote: > please reply to all so so replies go to the list > > phillip.

Re: svn 1.6 - compression svndiff format data failed

2011-12-20 Thread Daniel Shahaf
Phil wrote on Tue, Dec 20, 2011 at 17:22:52 -0500: > Whenever I use "svn://" protocol to checkout numerous files at one time, I > get the error "svn: compression svndiff failed data" at some point. (You either misquote the message or mistranslate it. In the latter case, set LC_ALL=C in your envir

svn 1.6 - compression svndiff format data failed

2011-12-20 Thread Phil
Whenever I use "svn://" protocol to checkout numerous files at one time, I get the error "svn: compression svndiff failed data" at some point. However, this doesn't occure when using "file://" protocol. Does anyone know how to resolve this with svn v1.6? This doesn't occur with svn v1.7 but I prefe