通过linux的符号链接实现快速svn分支切换

#!/bin/sh
rm /home/caowf/ebware/gateway/gateway

ln -s /home/caowf/ebware/workspace/epg/branches/1.0/gateway \
   /home/caowf/ebware/gateway

rm /home/caowf/ebware/jboss-4.2.0.GA/server/default/deploy/ebware

ln -s /home/caowf/ebware/workspace/epg-web/branches/1.0/epg-web \
   /home/caowf/ebware/jboss-4.2.0.GA/server/default/deploy/ebware

 

你可能感兴趣的:(SVN)