svn st | grep ‘^\?’ | tr ‘^\?’ ‘ ‘ | sed ‘s/[ ]*//’ | sed ‘s/[ ]/\\ /g’ | xargs svn add
svn commit -m “zhushi”
技术笔记
svn st | grep ‘^\?’ | tr ‘^\?’ ‘ ‘ | sed ‘s/[ ]*//’ | sed ‘s/[ ]/\\ /g’ | xargs svn add
svn commit -m “zhushi”
yum -y install subversion
941 rpm -aq subversion
942 cd /
943 ls
944 mkdir -p /application/svndata
945 mkdir -p /application/svnpasswd
946 svnserve -d -r /application/svndata
947 svnserve –help
948 ps -ef|grep svn|grep -v grep
949 netstat -lnt|grep 3690
950 lsof -i :3690
951 cd /application/
952 ls
953 cd svndata/
954 ls
955 cd ..
956 cd svnpasswd/
957 ls
958 cd ../../
959 ls
960 svnadmin create /application/svndata/ningmengdou
961 ls -ld /application/svndata/ningmengdou/
962 cd /application/
963 ls
964 cd svndata/
965 ls
966 cd ningmengdou/
967 s
968 ls
969 cd conf/
970 ls
971 cd authz
972 vi authz
973 ls
974 vi svnserve.conf
975 ls
976 cp authz passwd /application/svnpasswd/
977 chmod 700 /application/svnpasswd/
978 ls -l /application/svnpasswd/
979 chmod 700 /application/svnpasswd/
980 ls -l /application/svnpasswd/
981 cd /application/
982 ;s
983 ls
984 cd svnpasswd/
985 ls
986 ll
987 chmod 700 /application/svnpasswd/
988 ll
989 chmod 700 -R /application/svnpasswd/
990 ll
991 ls
992 vi passwd
993 vi authz
994 pkill svnserve
995 svnserve -d -r /application/svndata/
svn checkout svn://121.42.194.125/ningmengdou /home/bruce/abcd –username chiguodong –password chiguodong123
svn up