Re: Finding the revision of a deleted file.

2011-04-12 Thread Konstantin Kolinko
2011/4/13 Gavin "Beau" Baumanis : > I have been doing some work everyone's good friend Mr.Google. > Every blog / article I read all said the same thing; > > Create a file with svn log > (svn log --verbose > svn.log) > Then grep / search the log for the file you're after. > > It takes  about 8 minut

Finding the revision of a deleted file.

2011-04-12 Thread Gavin "Beau" Baumanis
I have been doing some work everyone's good friend Mr.Google. Every blog / article I read all said the same thing; Create a file with svn log (svn log --verbose > svn.log) Then grep / search the log for the file you're after. It takes about 8 minutes just for the log file to be created - which m

[PATCH] Update some German translations

2011-04-12 Thread David Ayers
Hello, I stumbled over a typo in the German translations that I also found in the current trunk. I also reviewed some other translations while I was in the file. Please find attached patch to the German translations. I hereby assign my Copyright to these changes to the "The Apache Software Foun

Re: svnsync error : Error while replaying commit

2011-04-12 Thread ankush chadha
I think I know what the problem is If we try to mirror a repository using a user account and if that user account has restricted access, then we will be seeing such errors. Like in my case svnsync operation for a revision was failing that involved a copy operation if folder A to folder B. Now t

svnsync error : Error while replaying commit

2011-04-12 Thread ankush chadha
Hi All I am encountering this svnsync error while mirroring my repository. The target svn binaries point to 1.6.6 version(windows). I also tried running the svnsync command using 1.6.16 libraries but still getting the same error. The source repository is hosted by svn server with 1.6.6 binarie