Friday, April 15, 2016

cd workingcopy
svn checkout http://my.repos.com/path/to/trunk
# make your edits
svn switch http://my.repos.com/path/to/branch
svn commit


No comments:

How to Delete Previous Versions in a SharePoint Document Library Using PowerShell

Managing document versions in SharePoint is crucial for maintaining an organized and efficient workspace. Over time, document libraries can ...