Re: Best way to "un-version control" a file?
From: Ryan Schmidt <subversion-2010b_at_ryandesign.com>
Date: Wed, 22 Sep 2010 21:28:40 -0500
On Sep 22, 2010, at 20:21, Chris Albertson wrote:
> But, I did not think until now that I should have excluded files such
To unversion file "foo":
cp foo foo.tmp
> Next is these a way to make the ignore property for a directory apply
No, but you could set up global ignores in your Subversion config file. This is specific to your Subversion client, however, and would not apply to anybody else checking out a working copy, so setting svn:ignore on each directory might be best.
|
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.