tortoisesvn - SVN Noob: quick summary of how to use it? -


[For those with whom the house is not at home, this is the sequel;)]

So I put in TortoiseSVN and installed (to work with a friend on a project, my personal version control is alive, okay, and I have to do this work). Before anyone ever used graverly before, somebody could briefly explain to me (a link) and how to use them, and before I could work on another project with another user Should also know?

I have seen and I will definitely read it, although I am looking for some "cheat sheet" or maybe the effect of being a little bigger.

I forgot to mention, I'm on windows.

Set up your repository with something:

/ tags

/ branch

  • The latest version of your code is a version in Tags -Write or create tag in the named folder (consider this for read only)
  • Branch release in one version - named folder in branch (These are written bugfixes There are branches)

Tags / Branches New Revisio For those of us who are not committed to using additional space, Ns is committed to them, our build process automatically creates tags for each build (not necessary, but only one example of their use)

The normal flow is:

  1. make changes
  2. update to merge changes (
    • Files / folders Received rename using SVN or -> Whenever possible you rename to ensure its history.
    • Complex changes If you are going to rename a folder and , then try to make a change at a time. Multiple deleted / moves / renaming / additions within a single tree, sometimes SVN may be a reason to be confused.

    The only feature of the note is to add a property (files properties -> subversion -> gt; properties) ) with the value of "need-lock" * "This will restrict the file being modified by one user at a time (unless the lock is released). Files like SQLite are useful for databases, because they are binary and can not be merged.

    You can learn it comfortably with you.


Comments

Popular posts from this blog

c# - How to capture HTTP packet with SharpPcap -

php - Multiple Select with Explode: only returns the word "Array" -

php - jQuery AJAX Post not working -