jira-importer commented on issue #551:
URL: https://github.com/apache/maven-scm/issues/551#issuecomment-2964603626

   **[Emmanuel 
Venisse](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=evenisse)**
 commented
   
   Normally, all SCM tools tag recursively but it won't work in some case.
   
   With subversion (it can be the same for cvs and others), some users use a 
flat layout on their own machine but not in the SCM. for exemple with svn:
   
   in svn:
   
   ```
   ROOT/
       module1/
             branches/
             tags/
             trunk/
                 pom.xml
       module2/
             branches/
             tags/
             trunk/
                 pom.xml
   ```
   
   and in working copy:
   
   ```
   ROOT/
       module1/
                 pom.xml
       module2/
                 pom.xml
   ```
   
   With this structure, some users will want a global tag under ROOT/tags/ and 
some others will want one tag by module under /ROOT/moduleX/tags/
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to