Re: CVS update: subversion/subversion/libsvn_fs structure
From: Ben Collins-Sussman <sussman_at_newton.ch.collab.net>
Date: 2001-02-10 14:35:54 CET
Branko =?ISO-8859-2?Q?=C8ibej?= <brane@xbc.nu> writes:
> $ svn add foo.c
I recently spent a week handling cases like this in the WC.
In the case above, the `add' call creates a new entry in the entries
I also handle a case like this:
$ svn rm foo.c
This marks foo.c for *both* deletion and addition, and when driving
Here's another weird case we handle:
$ svn rm foo.c
In this case, the last command just unsets the `add' flag in the
Fun, isn't this? :)
> An "svn cp" from a source that has been added but not committed can only
Exactly.
|
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.