Re: Feature Suggestion: Ability to specify dedicate path for .SVN folders.
Garrett Rooney <[email protected]> Fri, 16 Sep 2005 07:56:40 -0700
| Newsgroups | gmane.mail.eyebrowse.user,gmane.comp.version-control.subversion.tortoisesvn.devel |
|---|---|
| Message-ID | <7edfeeef0509160756412202a5__25472.57820047$1126883943$gmane$org@mail.gmail.com> |
On 9/15/05, Paul Coddington <[email protected]> wrote: > The problem of how to copy a project without including the .SVN folders, for > example, detaching the project from source code control for XCopy > distribution and installation. At this time, the project must be copied to > an intermediate folder and custom scripts must be written to delete the .SVN > folders. The svn export command is generally intended to be to solution to that particular problem. -garrett