subversion
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
subversion [2012/07/30 09:04] – created skipidar | subversion [2020/12/27 20:35] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ==Remember== | ||
+ | * When you are dong a merge from a project (by **" | ||
+ | * **To get the latest trunk changes into your branch**: | ||
+ | * **To add the branch changes into the trunk** - checkout the trunk into a separate workspace, and do < | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | ==== Branching ==== | ||
+ | - first create a branch, to implement your own feature on it | ||
+ | - regulary do a **" | ||
+ | |||
+ | |||
+ | ^What ^Image ^ | ||
+ | |Choose Team > Merge | {{http:// | ||
+ | |The URL you choose - is the URL of the branch, where you want to get team changes from. It will be handled as the remote copy. | {{http:// | ||
+ | |Handle the errors in the Synchronization View, or revert the changes by doing " | ||
+ | |Finally, to add your changes to the trunk - check out the trunk into a separate project, " | ||
+ | |||
+ | |||
+ | ==== Ignore Files for all clients ==== | ||
+ | |||
+ | Add the ignores by extensions into the config file: **C: | ||
+ | < | ||
+ | |||
+ | Restart the clients after that. |