Re: default ignores
From: Ryan Schmidt <subversion-2012a_at_ryandesign.com>
Date: Wed, 18 Apr 2012 09:41:03 -0500
On Apr 17, 2012, at 13:34, Les Mikesell wrote:
> On Tue, Apr 17, 2012 at 1:08 PM, James French wrote:
Well, yes you can un-add something:
Add:
$ svn add foo
Un-add:
$ svn revert foo
There are several places where this information can be found by Googling "svn unadd".
But if you commit the addition:
$ svn add foo
Then you're right you can't un-commit that; you'd have to reverse merge, and there'd be a permanent record of it in the repository.
|
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.