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:
- Subversion 1.5 (PDF, 1.6 MBytes)
- Subversion 1.6 (PDF, 1.6 MBytes)
John
2010-08-17 07:40:09