...
NOTE: the svn protocol access seems to be down right now, please use the http protocol insteadÂ
No Format |
---|
Using the ' |
...
http' protocol |
...
|
No Format |
---|
svn co svnhttp://svn.codehaus.org/cargo/pom/trunkstrunk/ |
Using the 'http' protocol
...
http://svn.codehaus.org/cargo/resources/trunk/
No Format |
---|
http://svn.codehaus.org/cargo/core/trunk/
|
http://svn.codehaus.org/cargo/extensions/
...
Info | ||
---|---|---|
| ||
We're using svn:externals for linking all the modules together so that checking out trunks will get you everything. Of course you can simply check out the exact module you wish. See http://fisheye.codehaus.org/viewrep/cargo if you want to browse the SVN repository and pick the module you wish to check out. |
Developer SVN Access
No Format |
---|
Using the 'https' protocol
|
No Format |
---|
https://svn.codehaus.org/cargo/pom/trunk/
|
https://svn.codehaus.org/cargo/resources/trunk/
No Format |
---|
https://svn.codehaus.org/cargo/core/trunk/trunks |
https://svn.codehaus.org/cargo/extensions/trunk/
Ignoring clutter
Setup global-ignores in your .subversion/config file to avoid cluttering your svn status output:
No Format |
---|
global-ignores = target .classpath .project .settings .DS_Store
|