Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@jboverfelt
Copy link

Adding basic support for dependencies located in SVN repositories.

@petejkim
Copy link
Owner

petejkim commented Jul 2, 2014

Could you provide a publicly accessible subversion repo that I can test this on? (sorry)

@jboverfelt
Copy link
Author

Here's one that I made on google code to test this:

https://code.google.com/p/golang-svn-test/source/checkout

You'll have to specify the import path as

code.google.com/p/golang-svn-test/trunk

since SVN divides up trunk/branches/tags.

Apologies for the dummy repo - the real reason for this change is to support some closed source repositories that I work on. I have a change I'll submit soon for bzr support, which has a nice public test case in the mgo (a Go MongoDB library)

@jboverfelt
Copy link
Author

One more thing - this dummy repo has 3 revisions so you can specify

code.google.com/p/golang-svn-test/trunk #2 

To test that it handles older revisions correctly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants