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

Re: stupid question (after couple of months with subversion)

From: <cmpilato_at_collab.net>
Date: 2002-02-27 20:27:57 CET

Miroslav Zubcic <mvz@crol.net> writes:

> OK here is a little example:
>
> (mvz){crolvax}[proba-01]$ svn st
> (mvz){crolvax}[proba-01]$ vi foo.c # editing existing file ...
> (mvz){crolvax}[proba-01]$ echo "blablabla" > file001
> (mvz){crolvax}[proba-01]$ svn st
> ? ./file001
> M ./foo.c
> (mvz){crolvax}[proba-01]$ svn add file001
> (mvz){crolvax}[proba-01]$ svn ci
> Adding /home/mvz/proba-01/file001
> Sending /home/mvz/proba-01/foo.c
> Committed revision 29.
> (mvz){crolvax}[proba-01]$ svn st
> A ./file001
> M ./foo.c
> (mvz){crolvax}[proba-01]$ svn revert file001 mangle.c
> Reverted file001
> Reverted mangle.c

Whoa. That's ... uh ... broken, dontcha think? I wonder what could
be happening here...

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:37:10 2006

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.