Tigris binary packages for Windows

2010-02-25 Thread Bojan Resnik
Hi, We have a custom server setup and we have been using Tigris.org binaries for Windows. The latest version there, however, is 1.6.6. Will there be Tigris.org binary packages for Windows for Subversion 1.6.9 and later? Or perhaps an equivalent of these packages, with full server, client and

Re: svnsync - commit replaying problem

2010-02-25 Thread J. Paul Reed
On 05 Feb 2010 at 12:51:44, Pavel Tarasenko arranged the bits on my disk to say: We have huge subversion repository (avg. 3.5 gigabytes, 14+ revisions) with svn 1.4.4 (yes, too old, but we can't change this), and two mirrors with svn 1.6.9, synchronized through svnsync. Few days ago

Problem removing File external

2010-02-25 Thread smbrown
Hi, I mistakenly added some file externals to one of my projects and I'm struggling to get rid of them. I thought that once they had been removed from the externals property they would be deleted from the WC at the next update. If I do a file manager delete on them, they are re-created. What

Re: Problem removing File external

2010-02-25 Thread Johan Corveleyn
On Thu, Feb 25, 2010 at 1:16 PM, smbr...@teledyne.com wrote: Hi, I mistakenly added some file externals to one of my projects and I'm struggling to get rid of them. I thought that once they had been removed from the externals property they would be deleted from the WC at the next update. If

Corrupted FSFS commit

2010-02-25 Thread Kutter, Martin
Hello, I got a strange error in one of our subversion repositories: On checking out a file from revision 3865 on, svn reports Svndiff contains a too-large window. The same error is reported by svnadmin verify and svnadmin dump. Server OS is RedHat Enterprise Linux 5.4 (64 bit) Subversion

svn ls/co -r rev does not work on deleted or moved directories

2010-02-25 Thread Attila Kinali
Moin, Setup: 1) create a repo with a few directories 2) commit some stuff 3) delete a directory at revision 42 4) commit some more stuff 5) do an svn co -r 41 svn://path/to/deleted/dir - this will fail with a file/directory not found error Interestingly, using the @ notation svn co

RE: svn ls/co -r rev does not work on deleted or moved directories

2010-02-25 Thread Giulio Troccoli
Moin, Setup: 1) create a repo with a few directories 2) commit some stuff 3) delete a directory at revision 42 4) commit some more stuff 5) do an svn co -r 41 svn://path/to/deleted/dir - this will fail with a file/directory not found error Interestingly, using the @ notation svn co

Number of directories which can be stored in SVN

2010-02-25 Thread Sandeep Kuttal
Hi, I am a PhD student at UNL, NE. For my project I am planning to use SVN but to check the scalability of the project i need to find out how many files and directories can be stored in subversion. Kindly do reply back. Thanks Sandeep

Re: Number of directories which can be stored in SVN

2010-02-25 Thread Ryan Schmidt
On Feb 25, 2010, at 14:53, Sandeep Kuttal wrote: I am a PhD student at UNL, NE. For my project I am planning to use SVN but to check the scalability of the project i need to find out how many files and directories can be stored in subversion. As David said, I don't think there's a limit. I

Re: Tree conflict - svn status cannot show?

2010-02-25 Thread Barry Scott
On 25 Feb 2010, at 23:18, Stefan Sperling wrote: On Thu, Feb 25, 2010 at 10:30:18PM +, Barry Scott wrote: I starting to see failures to commit because of tree conflicts. svn status does not seem to show tree conflicts. It sure does. See examples here:

Re: Tree conflict - svn status cannot show?

2010-02-25 Thread Tyler Roscoe
On Fri, Feb 26, 2010 at 12:05:52AM +, Barry Scott wrote: svn st -q and the output is blank. You might want to take a look at what the -q option does... tyler

Re: Corrupted FSFS commit

2010-02-25 Thread Daniel Shahaf
Kutter, Martin wrote on Thu, 25 Feb 2010 at 13:29 +0100: Hello, I got a strange error in one of our subversion repositories: On checking out a file from revision 3865 on, svn reports Svndiff contains a too-large window. This is the error message added in 1.6.4 as part of the security

a bug / mis-feature in ra_serf

2010-02-25 Thread Dmitry D. Khlebnikov
Hello, I found an issue with the ra_serf SVN module. The problem is that during the commit via ra_serf it tries to keep all files open (or something like this), so if there is a limit on number of open files and it's lower that the number of files to commit, then SVN client fails with: === svn: