[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Advice:.svn directory should never put in every folder in project

From: yn.yyzh <yn.yyzh_at_gmail.com>
Date: Fri, 6 May 2011 11:24:12 +0800

Advice:.svn directory should never put in every folder in project
Because:a .svn directory would break the structure of the project file. in
Eclipse, when you build the project, build direcotry would been removed.
This will cause 'obstructed' problem.
Solution: Put only one .svn directory in project home folder. and this
directry contains all other subdirectory as same as the project
Project home /
                    /folderA
                    /folderB
                   .....
-->
           home /
                    /.svn/
                    /.svn/folderA
                    /.svn/folderB
                   /folderA
                   /folderB
Instead of
           home /
                   /.svn/
                   /folderA
                   /folderA/.svn/
                   /folderB
                   /folderB/.svn/
Received on 2011-05-06 06:23:46 CEST

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.