Hi Emmanuel!
You must define the tagBase directory like this :
mvn -DtagBase=file:///[pathToSVNRepos]/tags/ release:prepare
You got it! :-)
Thank you for your help.
Regards,
Volker
What I've done:
svnadmin create [pathToSVNRepos]/myFirstProject
Maven has the following structure.
FirstProject
pom.xml
src/
target/
Inside the pom.xml I declared the scm as follows:
<scm>
<developerConnection>scm:svn:file:///[pathToSVNRepos]/myFirstProject</developerConnection>
</scm>
How has the file structure to look like?
Do I have to create the tags and branches directory
locally or only in the svn repos?
in the svn repo.
Generally, in a svn repo, you have this structure :
SVNRepo
branches
branch_name
your branched code
tags
trunk
your source code
What's the command for importing data to svn.
http://svnbook.red-bean.com/
svn import [which path] file:///[pathToSVNRepos]/myFirstProject ?
http://svnbook.red-bean.com/en/1.1/svn-book.html#svn-ch-5-sect-6.2
It shouldn't be that complicated.
Any help appreciated.
Regards,
Volker
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]