[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: bug report on svn rename [was Discontinuing the use of SVN.]

From: allan juul <allan_at_muly.dk>
Date: 2005-06-04 23:55:58 CEST

Moisei wrote:
> I do not reproduce the checksum error
> but I confirm the working copy becomes un-recoverable after such a renames.
>
> Best Regards,
> Moisei.
>
> here is the output of the scipt attached below:
>
> Checked out revision 0.
> Adding reproduce\wc\foo.txt
> Transmitting file data .
> Committed revision 1.
> A D:\temp\reproduce\wc\boo.txt
> D D:\temp\reproduce\wc\foo.txt
>
> D:\temp>svn commit "D:/temp/reproduce\wc" -m "now the warning on commit"
> svn: Commit succeeded, but other errors follow:
> svn: Error bumping revisions post-commit (details follow):
> svn: In directory 'D:\temp\reproduce\wc'
> svn: Error processing command 'committed' in 'D:\temp\reproduce\wc'
> svn: Error replacing text-base of 'boo.txt'
> svn: Can't copy 'D:\temp\reproduce\wc\boo.txt' to
> 'D:\temp\reproduce\wc\.svn\tmp\boo.txt.tmp.tmp': The system cannot
> find the file specified.
> Adding reproduce\wc\boo.txt
> Deleting reproduce\wc\foo.txt
>
> D:\temp>svn up"D:/temp/reproduce\wc"
> Unknown command: 'upD:/temp/reproduce\wc'
> Type 'svn help' for usage.
>
> D:\temp>svn cleanup "D:/temp/reproduce\wc"
> svn: In directory 'D:\temp\reproduce\wc'
> svn: Error processing command 'committed' in 'D:\temp\reproduce\wc'
> svn: Error replacing text-base of 'boo.txt'
> svn: Can't copy 'D:\temp\reproduce\wc\boo.txt' to
> 'D:\temp\reproduce\wc\.svn\tmp\boo.txt.2.tmp.tmp': The system cannot
> find the file specified.

this line in your sctipt
svn up"%wc%"

should probably be
svn up "%wc%"

./allan

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Jun 4 23:58:46 2005

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.