Difference between revisions of "Basics of SVN"
From Notes_Wiki
|  (Created page with "<yambe:breadcrumb>Subversion|Subversion</yambe:breadcrumb> =Basics of SVN=  ==Finding parent location for current working copy==  To find its parent location of a working copy...") | m | ||
| Line 1: | Line 1: | ||
| [[Main Page|Home]] > [[CentOS]] > [[CentOS 6.x]] > [[Versioning tools]] > [[Subversion|Subversion (SVN)]] > [[Basics of SVN]] | |||
| ==Finding parent location for current working copy== | ==Finding parent location for current working copy== | ||
| Line 10: | Line 9: | ||
| The svn info output includes URL and "Repository Root" information. | The svn info output includes URL and "Repository Root" information. | ||
| [[Main Page|Home]] > [[CentOS]] > [[CentOS 6.x]] > [[Versioning tools]] > [[Subversion|Subversion (SVN)]] > [[Basics of SVN]] | |||
Latest revision as of 15:38, 24 August 2022
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

