Re: Tagging/Copying
Alexander Mueller <[email protected]> Thu, 10 Dec 2009 04:47:36 +0100
| Newsgroups | gmane.comp.version-control.subversion.rapidsvn.user |
|---|---|
| Message-ID | <[email protected]> |
There are several ways to create the tag. 1. In RapidSVN go to the working copy root "P:\PsTools v3". In the file list you see "tags", "branches" and "trunk". Select "trunk" and then "Modify->Copy". Enter "tags/<your tag name>" as copy destination. Commit the changes in "tags". 2. Go to "P:\PsTools v3". In the file list you see now "my data here". Select "." and then "Modify->Copy". Enter "../tags/<your tags name>" as copy destination. Commit the changes in "tags". 3. Most people dont check out the whole repository but only "trunk" or the branch they are working on. In that case you had only "P:\PsTools v3> (pointing to "file:///<your repository location>/trunk" containing your data without "trunk", "tags" or "branches". In that case you cant copy directly using "../tags/<your tag name". Instead, you select "." (in the directory "P:\Ps Toolsv3" and then "Modify->Copy". As a copy destination enter the repository url "file:///<your repository location>/tags/<your new tag name>". You will be prompted to enter the log message and you dont need to commit since the copy to the repository will result in an immediate commit. Hope this helps, Alex Denis Palmer schrieb: > Hi Everyone > > I have succesfuly imported my data in to the empty repository using > RapidSVN import feature. > I now want to tag this revison > I have read the documentation at > http://www.rapidsvn.org/index.php/Documentation#Copy.2FBranch.2FTag.2FMove.2FRename > And i understand that the tags can be implimented with the copy function. > My Repositoy looks like this: > PsTools > Branches > Tags > Trunk > my data in here > > Having checked out a working copy from the repository > I am now trying to tag/copy From an existing Bookmarked Working copy by > selecting the Trunk file and clicking *modify* then *Copy* > I then get prompted for a *Destination* which i have entered > And i get issued with an error: > "Execute: Copy > Error: Error while performing action: Cannot copy path '.' into its own > child 'P:\Pstools v3\tags\test' > Ready > > Can anyone assist me with this. > Let me know if you need any more information > > Regards > > > -- > -cHiLLi- ------------------------------------------------------ http://rapidsvn.tigris.org/ds/viewMessage.do?dsForumId=671&dsMessageId=2429088 To unsubscribe from this discussion, e-mail: [[email protected]].