Hi, I am Nishant, working in LAMP and have good knowlege of CVS. I am facing a problem, In CVS we had Tagging systems where we use to have unique tags on single file(s), no matter where the file is, or how many revisions are present over it, by using TAG on can pull all the files in one shot and reduce the pain in different releases going on same file(s), deployment of release, reverting back to one release and many more.
But now i am using SVN, now here i know that we had somthing called TAG but the concept and the way this has been inplemented is different what we had in CVS. Can you please let me know, is there any way or technique which is same as CVS coz i didnt get answers for the follwoing questions 1. In CVS we can create working and base brachs and the development can go on working branch. 2. In CVS under working brach we had same one file(s) and one can use the TAG techique to pull out the files and work can go on. 3. In CVS one can at any moment take the files associated in a release. for eg. Release TAG date Rel1 R1 1-12-08 Rel2 R2 6-12-08 Rel3 R3 20-12-08 and all these releases are merged in main branch now if on 25-12-08 i required Rel1 to be pushed again then in CVS if i checkout files using R1 i could get all the files from CVS this reduce the tension to maintain any doc or remember the files in a release and can revert back to any changes but, in SVN how one can achive this kind of thing. -- nishant

