Skip to main content

Posts

Showing posts with the label grep

Usefull SVN Commands

 svn info svn info http://subversion.xxxx.com/data/portal/product/myxxxx-portal/config/trunk/ svn copy   svn copy \   http://subversion.xxxx.com/data/portal/product/myxxxx-portal/config/trunk \   http://subversion.xxxx.com/data/portal/product/myxxxx-portal/config/branches/3.18.x \   -r 75981 \   -m "Creating 3.18.x config branch for the HE Frontend." svn checkout   svn co \   http://subversion.xxxx.com/data/portal/product/config/branches/3.18.x \   fe-configs-3.18.x cd fe-configs-3.18.x svn remove   svn remove -m "DEV: HE Backend create Branch Comment:incorrect folder" \ http://subversion.xxxx.com/data/portal/product/erver-install-package/branches/3.15.x/trunk/ svn diff   svn diff \ "http://subversion.xxxx.com/data/portal/product/he-backend/he-backend-web/branches/3.14.x/" \ http://subversion.xxxx.com/data/portal/product/he-backend/components/he-backend-web/trunk/ ...