Skip to content
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

No /trunk, /branches or /tags part found in svn (issues 155) #161

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

neoramon
Copy link

@neoramon neoramon commented Jun 9, 2016

java.lang.IllegalArgumentException: requirement failed: No /trunk,
/branches or /tags part found in svn url

#155

The "val svnInfo = cmd("info").!!" get only first line, I changed to get all lines.
But anyway, I think useful allow to set the svn URL by property in build.sbt (like maven SCM), because with checkout of svn repository with several projects it is going to set baseDir root directory ex:
-- erp (root with .svn)
---- customer
------trunk
------branches
------tags
---- sales
------trunk
------branches
------tags
....
The baseDir will be erp without trunk, branches or tags.

java.lang.IllegalArgumentException: requirement failed: No /trunk,
/branches or /tags part found in svn url sbt#155
@ChristyDotDev
Copy link

Any plans to merge this PR? I'm using SVN and this would be useful in my project

@xuwei-k
Copy link
Member

xuwei-k commented Jul 30, 2017

could you write some tests?

Copy link

@kotya kotya left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I validated this change locally. Works well

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.

4 participants