Basics of SVN

From Notes_Wiki
Revision as of 15:38, 24 August 2022 by Saurabh (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Home > CentOS > CentOS 6.x > Versioning tools > Subversion (SVN) > Basics of SVN

Finding parent location for current working copy

To find its parent location of a working copy from where checkout was done and where commits would be made then, use:

svn info

The svn info output includes URL and "Repository Root" information.


Home > CentOS > CentOS 6.x > Versioning tools > Subversion (SVN) > Basics of SVN