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

I have an idea I want to share

From: Moshe Elisha <moshe.elisha_at_gmail.com>
Date: 2007-05-12 15:44:42 CEST

With all the efford invested, the .svn directories in the project's
directory are still distrubing.
My idea is to keep the mechanism but move the .svn directories. For example
if my project is something like:

C:\MYPROJECT
†€€€.svn
†€€€classes
 †€€€file1.class
 „€€€file2.class
†€€€lib
 †€€€.svn
 †€€€file1.lib
 „€€€file2.lib
„€€€src
    †€€€.svn
    †€€€file1.java
    †€€€file2.java
    „€€€file3.java

Than the new structure will be divided to two seperate directories

%SUBVERSION_DIR%\MYPROJECT-ID
†€€€.svn
†€€€classes
†€€€lib
 „€€€.svn
„€€€src
    „€€€.svn

And the project dir will be clean:

C:\MYPROJECT
†€€€classes
 †€€€file1.class
 „€€€file2.class
†€€€lib
 †€€€file1.lib
 „€€€file2.lib
„€€€src
    †€€€file1.java
    †€€€file2.java
    „€€€file3.java

And all the tools will know to look for the svn files in the
%SUBVERSION_DIR%\MYPROJECT-ID\... instead of in C:\MYPROJECT\...

Thanks.
Received on Sat May 12 15:44:50 2007

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.