tags:

views:

29

answers:

1

please give step by step answer because i am in learning stage.

A: 

Looks as if you are trying to label a particular version. If you use the standard layout with trunk, branches and tags, you probably want to create a branch from trunk (or a different branch). If you want a particular snapshot that you'd like to lable '1.32.3' then you could create a tag (technically just another branch but handled differently by tools) by creating a copy of trunk in /tags/1.32.3 or if you want to continue committing changes to that copy you would create it in /branches/1.32.3.

I strongly recommend reading the subversion book to understand the basic concepts:

John