You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Chetan Chatwani <ch...@savvion.com> on 2008/05/30 12:29:35 UTC

Naming convention for branch/tag name

Hi All,

Is there any standard naming convention for branch and tag names in SVN ,
like 
sbm75-br or sbm75br or sbm75_br . Which is the best practice usage of 
dash(-) or underscore(_) ?

Please let me know.

Thanks and Regards,
Chetan
-- 
View this message in context: http://www.nabble.com/Naming-convention-for-branch-tag-name-tp17557784p17557784.html
Sent from the Subversion Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Naming convention for branch/tag name

Posted by Andy Levy <an...@gmail.com>.
On Fri, May 30, 2008 at 8:29 AM, Chetan Chatwani <ch...@savvion.com> wrote:
>
> Hi All,
>
> Is there any standard naming convention for branch and tag names in SVN ,
> like
> sbm75-br or sbm75br or sbm75_br . Which is the best practice usage of
> dash(-) or underscore(_) ?

Whatever works for your project and organization.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Naming convention for branch/tag name

Posted by Wouter van der Horst <w....@gmail.com>.
my company uses version numbers for branch and tag names:
branches/
    8.4.x
    8.5.x

tags/
    8.4.0
    8.4.1
    8.4.2
    8.5.0

some people like to be more explicit, ie
BRANCH-8.4
RELEASE-8.4.1

but it doesn't really matter, whatever works for you :)

2008/5/30 Chetan Chatwani <ch...@savvion.com>:
>
> Hi All,
>
> Is there any standard naming convention for branch and tag names in SVN ,
> like
> sbm75-br or sbm75br or sbm75_br . Which is the best practice usage of
> dash(-) or underscore(_) ?
>
> Please let me know.
>
> Thanks and Regards,
> Chetan
> --
> View this message in context: http://www.nabble.com/Naming-convention-for-branch-tag-name-tp17557784p17557784.html
> Sent from the Subversion Users mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org