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

Confusing behavior in changelist feature

From: Brian W. Fitzpatrick <fitz_at_red-bean.com>
Date: 2007-12-16 20:17:35 CET

See ### comment below:

$ svn cl moo doggie1.txt
Path 'doggie1.txt' is now a member of changelist 'moo'.

$ svn st --changelist moo

--- Changelist 'moo':
       doggie1.txt

### The next line says it's removing doggie1.txt, but it adds it right back!
$ svn cl moo doggie1.txt
svn: warning: Removing 'doggie1.txt' from changelist 'moo'.
Path 'doggie1.txt' is now a member of changelist 'moo'.

$ svn st --changelist moo

--- Changelist 'moo':
       doggie1.txt

$ svn cl --remove doggie1.txt
Path 'doggie1.txt' is no longer a member of a changelist.

$ svn st --changelist moo
subversion/svn/status-cmd.c:230: (apr_err=200024)
svn: Unknown changelist 'moo'

-Fitz

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Dec 16 20:17:45 2007

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.