-
Notifications
You must be signed in to change notification settings - Fork 162
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
java.lang.IllegalArgumentException: requirement failed: No /trunk, /branches or /tags part found in svn url #155
Comments
I guess the real question here is, why is the statement below not working object Vcs { I don't have any .git folder in my working directory. Only .svn |
ok, i re-installed my git client and now it seems to work better. java.lang.IllegalArgumentException: requirement failed: No /trunk, /branches or /tags part found in svn url. Base url cannot be extracted. my svn url is something like (output from svn info) |
java.lang.IllegalArgumentException: requirement failed: No /trunk, /branches or /tags part found in svn url sbt#155
The docs mention "sbt-release has built in support to commit/push to Git, Mercurial and Subversion repositories." but does it really support SVN?
If so, can you provide examples on how to do this (instead of the default commit-t-git examples?)
The text was updated successfully, but these errors were encountered: