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

Svn update failed

From: Brian Erickson <erickson_at_BAUERCONTROLS.com>
Date: 2007-09-28 15:39:24 CEST

If I execute the following (attached as a txt file):
c:
cd \
md c:\junk1
md c:\junk2
svn co http://snidely/svn/test junk1
svn co http://snidely/svn/test junk2
cd junk1
svn del test.txt
cd \junk2
svn propset svn:keywords Id test.txt
svn -mkeywords commit
cd \junk1
svn update

The svn update gives:
 U test.txt
svn: In directory '.'
svn: Error processing command 'set-timestamp' in '.'
svn: Can't set access time of 'test.txt': The system cannot find the
file specified.

Try to commit the delete and you get
C:\junk1>svn commit
svn: Working copy 'C:\junk1' locked
svn: run 'svn cleanup' to remove locks (type 'svn help cleanup' for
details)

Then clean up says:
C:\junk1>svn cleanup
svn: In directory '.'
svn: Error processing command 'set-timestamp' in '.'
svn: Can't set access time of 'test.txt': The system cannot find the
file specified.

Now it gets weird...
Delete the junk1 and junk2 folders and re-run the test. All is well.
Now, from the junk1 folder, commit the change. Then re-add the test.txt
file and commit the add.
Now, delete the junk1 and junk2 folders and start over. The problem is
back.

Can anyone tell me what's going on?

Thanks,
Brian

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Received on Fri Sep 28 15:39:47 2007

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.