Hopefully somebody can clarify this for me
Current Active Repository URLs
At any one time i would be using more than one repository so i need to switch between multiple repository URLs. How do i change the URL for the current active repository? For example, i checkout files from repository A i would specify the URL to repository A on the TortoiseSVN client.
When i then move to another folder where i want to 'Add' new files to another repository i.e. repository B, how do i change the client so that it points to repository B? It seems to be stuck on repository A's URL.
Tagging
I am familiar with TortoiseCVS and usually when you tag a folder with CVS/TortoiseCVS, it just applies the tag (i.e. a label) to the files. It does not create a whole new copy in another folder. TortoiseSVN/Subversion seems to be different. The option to tag a folder/file seems to be related to branching. If i create a tag i get options to specify locations of where i want the branch to be copied to.
How exactly does this work? Can i not just specify a tag without creating a copy? All i want is just to apply a label (just like in TortoiseCVS/CVS)
Jenkins - Build by tag
Is it possible to instruct Jenkins to checkout using a tag? I cant find any information about how to configure jenkins to checkout and build by tag. There is a lot of information about how to configure jenkins to tag after a build but i am interested in how to build by tag (using both a subversion repository and a CVS repository).
Thanks
Thanks