AW: Advice:.svn directory should never put in every folder in project
From: Markus Schaber <m.schaber_at_3s-software.com>
Date: Fri, 6 May 2011 08:27:27 +0200
Hi, Yn,
There are eclipse plugins like Subclipse and Subversive that teach
Additionally, the build directory should always be marked "svn:ignored",
And with SVN 1.7, the SVN developers are actually going to change the
Best regards
Markus Schaber
___________________________
We software Automation.
3S-Smart Software Solutions GmbH
Email: m.schaber_at_3s-software.com <mailto:m.schaber_at_3s-software.com> |
Managing Directors: Dipl.Inf. Dieter Hess, Dipl.Inf. Manfred Werner |
Von: yn.yyzh [mailto:yn.yyzh_at_gmail.com]
Advice:.svn directory should never put in every folder in project
Because:a .svn directory would break the structure of the project
Solution: Put only one .svn directory in project home folder. and this
Project home /
/folderA
/folderB
.....
-->
home /
/.svn/
/.svn/folderA
/.svn/folderB
/folderA
/folderB
Instead of
home /
/.svn/
/folderA
/folderA/.svn/
/folderB
/folderB/.svn/
|
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.