SVN - Switching Branches

0

Category :

1) SVN - Create a fuckin Branch first maybe
-------------------------------------------------------------
a) Ctrl + drag Trunk to branches folder.
b) Rename new folder to name of branch.



2) SVN - Switching Branches
-------------------------------------------------------------
Right click on correct LEVEL/directory
- SVN -> Switch (branch)

On this dialog the URL can be updated to the new location, so the following change would switch from trunk to UAT changes branch

replacing "trunk" with "branches/Coaching/Coaching v3.1.30 UAT Changes"
replacing "trunk" with "branches/Coaching/Coaching v3.2.00 UAT Changes"


This procedure will need to be repeated for all locations referenced in the visual studio project/solution


C:\Development\Coaching Ireland
C:\inetpub\dev\Coaching
C:\Development\CommonDotNet2



3) Commits prevented because of popup on top right of commit screen
-------------------------------------------------------------
a) right click repository and select properties
b) click first button "Import" and choose file "JiraSVNProperties.svnprops" located here C:\Development\ActionPoint


Ignore files in directory

Ignore all csv files:
browse into folder and run command: "svn propset svn:ignore *.csv ."