7月 082013
 

从主干到分支:

svn merge ^/path/from/root/to/trunk ./branch

等价于:

svn merge https://svn.xxx.xxx/path/from/root/trunk  ./branch

(因为 ./branch 是一个版本控制的目录,可以从中获取到svn的url地址,使用该版本库的根目录替换 ^ 就得到所等价的命令了

从branch到主干:

svn merge –integrate ^/path/to/branch ./trunk

 Posted by at 下午 5:34

 Leave a Reply

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code class="" title="" data-url=""> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong> <pre class="" title="" data-url=""> <span class="" title="" data-url="">

(required)

(required)

此站点使用Akismet来减少垃圾评论。了解我们如何处理您的评论数据