Tuesday 3 March 2015

SNV terminal command MacOSX Subversion-Client-1.8.11_10.10.x

SVN
export PATH=/opt/subversion/bin:$PATH

//check out to pwd (.)
svn --username test --password 123 co https://192.168.1.40/svn/android

//push android/ to server
svn import -m "New Import"  android/ https://test@192.168.1.40/svn/android
--------------------------------------------------------------------------------------------

No comments:

Post a Comment