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

Re: How Subversion drove me to shoot myself in the foot.

From: Marc Haisenko <haisenko_at_comdasys.com>
Date: 2006-04-18 18:24:12 CEST

You should have used "svn revert", as your first guess was :-) But you need to
give it the filename. Try for yourself:

# touch test.file
# svn add test.file
# svn status
A test.file
# rm test.file
! test.file
# svn revert test.file
Reverted 'test.file'
# svn status
#

(the "!" in "svn status" shows a file is missing where it expects one)

-- 
Marc Haisenko
Comdasys AG
Rüdesheimer Straße 7
D-80686 München
Tel:   +49 (0)89 - 548 43 33 0
Fax:   +49 (0)89 - 548 43 33 29
e-mail: haisenko@comdasys.com
http://www.comdasys.com
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Apr 18 18:30:04 2006

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.