| Stephane Bailliez (JIRA) 2005-11-04, 5:45 pm |
| [ http://issues.apache.org/jira/brows...action_12356829 ]
Stephane Bailliez commented on DIR-102:
---------------------------------------
Bumping this again. Directory is becoming more and more a mature project in term of code, that would be helpful to be able to checkout only module trunks in order to make it easier to follow the project and minimize bandwidth/disk storage. Checking out Gi
gabytes of code is no cool 
I suggest creating 'trunks' as http://svn.apache.org/repos/asf/directory/trunks
Then do:
set SVN_EDITOR=yourfavoriteeditor
svn propedit svn:externals trunks
Add the defintion below, save and quit:
apacheds https://svn.apache.org/repos/asf/di.../apacheds/trunk
asn1 https://svn.apache.org/repos/asf/directory/asn1/trunk
authx https://svn.apache.org/repos/asf/directory/authx/trunk
clients/kerberos https://svn.apache.org/repos/asf/di.../kerberos/trunk
clients/ldap https://svn.apache.org/repos/asf/di...ents/ldap/trunk
naming https://svn.apache.org/repos/asf/directory/naming/trunk
network https://svn.apache.org/repos/asf/di...y/network/trunk
protocol-providers/changepw https://svn.apache.org/repos/asf/di.../changepw/trunk
protocol-providers/dhcp https://svn.apache.org/repos/asf/di...ders/dhcp/trunk
protocol-providers/dns https://svn.apache.org/repos/asf/di...iders/dns/trunk
protocol-providers/kerberos https://svn.apache.org/repos/asf/di.../kerberos/trunk
protocol-providers/ldap https://svn.apache.org/repos/asf/di...ders/ldap/trunk
protocol-providers/ntp https://svn.apache.org/repos/asf/di...iders/ntp/trunk
shared/kerberos https://svn.apache.org/repos/asf/di.../kerberos/trunk
shared/ldap https://svn.apache.org/repos/asf/di...ared/ldap/trunk
sitedocs https://svn.apache.org/repos/asf/di.../sitedocs/trunk
standalone https://svn.apache.org/repos/asf/di...tandalone/trunk
testsuite https://svn.apache.org/repos/asf/di...testsuite/trunk
Now you can do a:
svn update http://svn.apache.org/repos/asf/directory/trunks
> Add svn:externals to directory
> ------------------------------
>
> Key: DIR-102
> URL: http://issues.apache.org/jira/browse/DIR-102
> Project: Directory
> Type: Improvement
> Components: General
> Reporter: Stephane Bailliez
> Assignee: Alex Karasulu
> Priority: Minor
>
> It is a bit weird to checkout 'directory' due to the multiplicity of subprojects which each has its own lifecycle (ie branches and tags).
> Maybe it would be helpful to use the extremely poorly documented svn:externals option so that the trunk checks out the trunks of each subproject and not the whole trunk + branches + tags
> Another option would probably be to move all submodules in the trunk if they don't such have a different lifecycle. TBC.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secur...nistrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
|