svn revert causes file modification times to go backward

2010-11-07 Thread Paul Maier
Hello Jon, concerning the modify time: it's fine for me when the time goes backwards on a revert. With a revert, I want everything reverted. But I understand your issue with the compiler. For this, in TortoiseSVN there is an option (in the General section). Maybe it would be good to have such a

Re: Only two Windows binary distribution support SASL encryption?

2010-11-07 Thread David Darj
Hi Glad you got it working and thank God it's not my build that has an error. I tried most of this saturday to get SASL to work with it. First using TortoiseSVN as client. But didn't got the configuration right. Maybe you, now you have your configuration experience fresh in mind, could write

BUG corrupts WC is in root of Windows drive

2010-11-07 Thread Paul Maier
Hello, svn mv corrupts (locks) the WC, if the WC is in root of Windows drive. svn add also corrupts (locks) the WC. svn cleanup does not repair the WC. Reproduction script: - # some setup work: # svnadmin create xx svn co "file:///C:/Dokumente u

blank in dir name => svn export fails

2010-11-07 Thread Paul Maier
Hello, svn export fails to export a WC, if the directory name contains a blank. The same script with directory name "12" instead of "1 2" runs fine. Reproduction script: svn --version svnadmin create xx svn co "file:///C:/Dokumente und Einstellungen/Test2/Desktop

Re: BUG corrupts WC is in root of Windows drive

2010-11-07 Thread Stefan Sperling
On Sun, Nov 07, 2010 at 11:52:18AM +0100, Paul Maier wrote: > Hello, > > svn mv corrupts (locks) the WC, if the WC is in root of Windows drive. Please see http://subversion.tigris.org/issues/show_bug.cgi?id=3346 Stefan

Re: blank in dir name => svn export fails

2010-11-07 Thread Stefan Sperling
On Sun, Nov 07, 2010 at 12:04:19PM +0100, Paul Maier wrote: > C:\Dokumente und Einstellungen\Test2\Desktop\svn\1\yy>svn export "1 2" X > svn: »1%202« ist nicht unter Versionskontrolle Thanks, see http://subversion.tigris.org/issues/show_bug.cgi?id=3745 I have a fix and will commit it shortly.

svnsync error : "Too many links"

2010-11-07 Thread Engebakken Geir
I get the following error trying to synchronize a repository, thought it was due to too few inodes in the file system, but a "df -i " shows plenty of inodes available : bash-3.00$ df -i FilesystemInodes IUsed IFree IUse% Mounted on /dev/mapper/backupvg-lv_backup

Re: svnsync error : "Too many links"

2010-11-07 Thread Nico Kadel-Garcia
On Sun, Nov 7, 2010 at 4:38 PM, Engebakken Geir wrote: > I get the following error trying to synchronize a repository, thought it was > due to too few inodes in the file system, but a “df –i “ shows plenty of > inodes available : > + svnsync synchronize file:///backup/java > > svnsync: Can't crea

What is the best client with GUI for subversion?

2010-11-07 Thread San Martino
Hello, what is the most stable client with GUI for svn for use in a production environment? The features it should provide are , in  order of priority: - stability - coverage for all the most important (sub)commands of the default svn client commands for the user - compatibility with Windows (wit

RE: svnsync checksum error

2010-11-07 Thread Edward Ned Harvey
> From: opensrcguru [mailto:opensrcg...@gmail.com] > > Today, the sync process started failing on 1 repo (all others were > unaffected) on both r/o copies at the exact same time/same revision > with errors similar to the following... > > Transmitting file data .svnsync: Base checksum mismatch on

howto svnsync ... without waiting

2010-11-07 Thread Edward Ned Harvey
On the master, I have the svnsync command in the post-commit hook. I have tried with, or without the "&" at the end of the line. When a svn client does a commit . the svn client doesn't return from the commit until the sync has completed too. I would like the "svn commit" to complete as soon as

RE: svnsync checksum error

2010-11-07 Thread Edward Ned Harvey
> -Original Message- > From: Terry Inzauro [mailto:opensrcg...@gmail.com] > > I've found a handful of other cases similar to ours. Do you think a bug report > is warranted or is this unique to our configurations? I do think it's a bug, but I was never able to find enough info to make it

Re: howto svnsync ... without waiting

2010-11-07 Thread Ryan Schmidt
On Nov 6, 2010, at 19:37, Edward Ned Harvey wrote: > On the master, I have the svnsync command in the post-commit hook. I have > tried with, or without the “&” at the end of the line. When a svn client > does a commit … the svn client doesn’t return from the commit until the sync > has compl

RE: howto svnsync ... without waiting

2010-11-07 Thread Edward Ned Harvey
> From: Ryan Schmidt [mailto:subversion-20...@ryandesign.com] > > > You would need to redirect stdout and stderr someplace, for example to a > log file or to /dev/null. Precisely. Thank you. This works: #!/bin/sh /usr/local/subversion-1.6.12/bin/svnsync sync --non-interactive --sync-username

Re: What is the best client with GUI for subversion?

2010-11-07 Thread David Weintraub
On Fri, Nov 5, 2010 at 8:32 PM, San Martino wrote: > Hello, > what is the most stable client with GUI for svn for use in a > production environment? > > The features it should provide are , in  order of priority: > - stability > - coverage for all the most important (sub)commands of the default sv

Query regarding complete backup of a repository with revision history.

2010-11-07 Thread Rajnish Kumar Singh
Hi Team, I have to copy the entire repository to a new server with revision history. According to my knowledge there are 2 ways: 1) We can use svnadmin dump command to create the dump and again reload it by svnadmin load. 2) Or else can I copy the entire repository from the SVN serve

Re: Query regarding complete backup of a repository with revision history.

2010-11-07 Thread vishwajeet singh
On Mon, Nov 8, 2010 at 1:20 PM, Rajnish Kumar Singh < rajnish.k.si...@kpitcummins.com> wrote: > Hi Team, > > > > I have to copy the entire repository to a new server with revision history. > > > > According to my knowledge there are 2 ways: > > 1) We can use svnadmin dump command to create t