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

[BUG] can't revert a scheduled replacement without props

From: makl <makl_at_tigris.org>
Date: 2004-03-02 08:30:16 CET

$ svn --version
svn, version 1.0.0
    compiled Feb 25 2004, 18:32:49
[...]

$ svnadmin create repo

$ svn co file:///g:/repos/repo wc1
Checked out revision 0.

$ cd wc1

$ time /t 1>file

$ svn add file
A file

$ svn ci -m "r1"
Adding file
Transmitting file data .
Committed revision 1.

$ svn delete file
D file

$ date /t 1>file

$ svn add file
A file

$ svn revert file
svn: Error 'restoring props' for 'file'
svn: Can't copy '.svn/prop-base/file.svn-base' to
'.svn/props/file.svn-work.tmp': Das System kann die angegebene Datei
nicht finden.

If 'file' has a property the revert work.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Mar 2 08:27:19 2004

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

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