On Mon, 10 Jan 2005 06:59:04 +1100, Brett Porter <[EMAIL PROTECTED]> wrote: > > I've also settled maven.scm.svn.root and .method within project.properties. > > These shouldn't be needed as your URL is correct.
Good, in fact with or without that properties the behaviour is the same > The property is maven.scm.svn.tag.base=<url> > so, > maven.scm.svn.tag.base=https://myhost.mydomain/repos/mainproject/subproject/tags > > BUT, this is probably not what you want. If you svn update your > subproject, you'll get all the tags checked out to your working copy. > > The default tag base is based on the fact you r are currently in the > "trunk" directory, according to this layout: > http://docs.codehaus.org/display/HAUS/How+to+Organize+a+Subversion+Repository > http://docs.codehaus.org/display/HAUS/How+to+Tag+and+Branch+a+Subversion+Repository > > These are taken from the SVN Book, and how the subversion developers > recommend you lay out the repository. Actually my repository schema is following the SVN Bbook guide as i got: - repos as the dir containing all the repository, think at SVNParentPath directive - mainproject is the actual repository created with 'svnadmin create' command within repos - subproject is the name of the project (typically 'a project' within the repository) Now under subproject i got the 3 dirs as described on SVN Book: trunk, tag, branches So my repository structure follow the exact schema your talking about. > I'll deploy some updated documentation for the beta plugin later tonight. I'll look for them since i think i'm missing some points. Thanks. Regards -- Massimo --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
