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

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
Eclipse to ignore the .svn subdirectories - I did use them successfully
for several years.

 

Additionally, the build directory should always be marked "svn:ignored",
it is not good style to check temporary directories into the version
repository.

 

And with SVN 1.7, the SVN developers are actually going to change the
working copy format to one central .svn directory in the working copy
root - although with a different internal format than the one you
suggested.

 

Best regards

Markus Schaber

___________________________

We software Automation.

3S-Smart Software Solutions GmbH
Markus Schaber | Developer
Memminger Str. 151 | 87439 Kempten | Germany | Tel. +49-831-54031-0 |
Fax +49-831-54031-50

Email: m.schaber_at_3s-software.com <mailto:m.schaber_at_3s-software.com> |
Web: http://www.3s-software.com <http://www.3s-software.com>
CoDeSys internet forum: http://forum.3s-software.com
<http://forum-en.3s-software.com>
Download CoDeSys sample projects:
http://www.3s-software.com/index.shtml?sample_projects
<http://www.3s-software.com/index.shtml?sample_projects>

Managing Directors: Dipl.Inf. Dieter Hess, Dipl.Inf. Manfred Werner |
Trade register: Kempten HRB 6186 | Tax ID No.: DE 167014915

 

Von: yn.yyzh [mailto:yn.yyzh_at_gmail.com]
Gesendet: Freitag, 6. Mai 2011 05:24
An: users_at_subversion.apache.org
Betreff: Advice:.svn directory should never put in every folder in
project

 

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 08:28:22 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.