About 2,380,000 results
Open links in new tab
  1. svn - What do "branch", "tag" and "trunk" mean in Subversion ...

    The branch and tag subtrees are distinguished from the trunk in the following ways: Subversion allows sysadmins to create hook scripts which are triggered for execution when certain events occur; for …

  2. git - Difference between SCM and SVN - Stack Overflow

    May 3, 2011 · SCM is Software Configuration Management and SVN is a Version Control System tool, which is a subset of SCM. VCS are also called Revision Control and Git, Mercurial are also VCS …

  3. Relative path in Subversion externals definition doesn't work for me!

    Feb 12, 2015 · An it would'n make sense for this feature if you could only reference things in your current path. Well, the second part of the new (as of v1.5) svn:externals definition IS the local path. …

  4. Git vs Mercurial vs SVN - Stack Overflow

    Great definition. I actually work with mercurial at one company, and work with SVN at another company. I am thinking about utilizing Git for my own personal projects. I will follow-up with more details once I …

  5. Describe the SVN symbols - Stack Overflow

    Feb 22, 2011 · Can some describe and help me understand all the svn symbols, like A, M , G , ? and > ?

  6. What is trunk, branch and tag in Subversion? [duplicate]

    The trunk is the main line of development in a SVN repository. A branch is a side-line of development created to make larger, experimental or disrupting work without annoying users of the trunk version. …

  7. Git and Mercurial - Compare and Contrast - Stack Overflow

    For this reason, I consider both Git and Mercurial much superior to Subversion, Perforce, etc. The difference between distributed version control systems and traditional version control systems is …

  8. svn - Please explain Subversion to me - Stack Overflow

    Feb 1, 2012 · 3 Subversion is a revision control system, which means that it can be used to track all changes to your source code (or anything else you put in it). If you cause some horrible bug and find …

  9. How do I configure a Jenkins Pipeline to be triggered by polling ...

    Jun 8, 2016 · Set my pipeline job definition source to "Pipeline script from SCM", enter the details of where to find my project in SubVersion as per a normal Jenkins build job, and set the Script Path to …

  10. svn: warning: Error handling external definitions for

    Jan 30, 2012 · Into my repository I make an externals definition to an enterprise repository that needs authentications (svn+ssh). It works perfectly on my machine, but I have the same username both in …