You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Chris Evans <ch...@gresearch.co.uk> on 2011/05/23 19:28:15 UTC

svnsync path not found

Hi,

I'm having issues using svnsync between 2 HTTP repositories. All was working well, but now I get the following error when running "svnsync.exe synchronize https://server/svn/repo/"

	svnsync: '/svn/repo/PROJECTTest/trunk/PROJECT/Util/Test/TestSvn/TestCommitFile/ExistingFile.txt' path not found

That file looks fine using svn log and svn cat.I get the following errors on the target SVN server:

	Could not CHECKOUT resource /svn/ repo /!svn/ver/222731/PROJECTTest/trunk/PROJECT/Util/Test/TestSvn/TestCommitFile/ExistingFile.txt.  [409, #0]

	Could not get created-rev of transaction node.  [404, #160013]

	File not found: transaction '222731-4rvu', path '/PROJECTTest/trunk/PROJECT/Util/Test/TestSvn/TestCommitFile/ExistingFile.txt'  [404, #160013]

Attempting to find that transition on the source server fails with:

	svnlook: No such transaction

Running the syncsync again errors with a different transaction number.


Any ideas what could be causing this.
I'm using svn version 1.6.16 on VisualSVN Server 2.1.7

Thanks
Chris

*bypass*

RE: svnsync path not found

Posted by Chris Evans <ch...@gresearch.co.uk>.
> -----Original Message-----
> From: Daniel Shahaf [mailto:d.s@daniel.shahaf.name]
> Sent: 23 May 2011 18:37
> 
> issue #3641 (to be fixed in 1.6.17) perhaps?

It looks like this issue is related to moved and copied files. The file in questions hasn't been, just modified and committed.

--------------
Gloucester Research Limited believes the information provided herein is reliable. While every care has been taken to ensure accuracy, the information is furnished to the recipients with no warranty as to the completeness and accuracy of its contents and on condition that any errors or omissions shall not be made the basis for any claim, demand or cause for action.
The information in this email is intended only for the named recipient.  If you are not the intended recipient please notify us immediately and do not copy, distribute or take action based on this e-mail.
All messages sent to and from this email address will be logged by Gloucester Research Ltd and are subject to archival storage, monitoring, review and disclosure.
Gloucester Research Limited, 5th Floor, Whittington House, 19-30 Alfred Place, London WC1E 7EA.
Gloucester Research Limited is a company registered in England and Wales with company number 04267560.
--------------

Re: svnsync path not found

Posted by Daniel Shahaf <d....@daniel.shahaf.name>.
Chris Evans wrote on Mon, May 23, 2011 at 18:28:15 +0100:
> Hi,
> 
> I'm having issues using svnsync between 2 HTTP repositories. All was working well, but now I get the following error when running "svnsync.exe synchronize https://server/svn/repo/"
> 
> 	svnsync: '/svn/repo/PROJECTTest/trunk/PROJECT/Util/Test/TestSvn/TestCommitFile/ExistingFile.txt' path not found
> 
> That file looks fine using svn log and svn cat.I get the following errors on the target SVN server:
> 
> 	Could not CHECKOUT resource /svn/ repo /!svn/ver/222731/PROJECTTest/trunk/PROJECT/Util/Test/TestSvn/TestCommitFile/ExistingFile.txt.  [409, #0]
> 
> 	Could not get created-rev of transaction node.  [404, #160013]
> 
> 	File not found: transaction '222731-4rvu', path '/PROJECTTest/trunk/PROJECT/Util/Test/TestSvn/TestCommitFile/ExistingFile.txt'  [404, #160013]
> 
> Attempting to find that transition on the source server fails with:
> 
> 	svnlook: No such transaction
> 
> Running the syncsync again errors with a different transaction number.
> 
> 
> Any ideas what could be causing this.

issue #3641 (to be fixed in 1.6.17) perhaps?

> I'm using svn version 1.6.16 on VisualSVN Server 2.1.7
> 
> Thanks
> Chris
> 
> *bypass*