-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Have svn return *something* from Branches()
and Tags()
#20
Comments
@sdboyer This is something I've struggled with. I initially tried writing this package to optionally work with versions and branches for SVN. Since it's a convention and I've not had much call for it I opted out of the extra complexity. Pull requests are welcome. |
as i've other things that are more pressing in the area right now, i'm content to ignore it atm. deciding on something appropriate to svn's mechanics will take a level of thought that i just...yeah, need for other things |
Calling svn without an appropriate golang sdk is really frustrated. |
In svn, tags and branches are folders like the trunk, which is the equivalent of master in Git. These folders do not always have the same location and name [1]. For example, the branch of a particular repository may be in a different location than the trunk folder. From my point of view there are two solutions:
I can create a pull request, but before that I would like to hear your opinion. |
Even though branches and tags in svn are just convention, it seems like it'd still be useful to enumerate those tags/branches that follow the basic convention.
As it stands, not having data reported back from there makes it nigh-impossible (in [vsolver][https://github.com/sdboyer/vsolver]-land, anyway) to have dependencies on such repos at all.
...ofc, we could also basically just ignore svn... :)
The text was updated successfully, but these errors were encountered: