[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.