由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Linux版 - SVN howto: branch working copy changes without committing?
相关主题
问一个svn的问题linux.com 归正主儿管了
dog fart git.howto install vboxguestadditions on CentOS.
请问有好的vim cvs plugin 吗?其实吧
今天更新后出问题了月经问题汇总--大家提供
Coolest GNOME patch everHowTo Install KDE 4.3 on Ubuntu 9.04
问个CVS编辑冲突的问题ubuntu pulseaudio FAQ
我的网站感染了病毒? (转载)Chinese input ... howto?
求推荐代码阅读笔记工具 (转载)谁给科普一下framebuffer?
相关话题的讨论汇总
话题: svn话题: trunk话题: branch话题: http话题: server
进入Linux版参与讨论
1 (共1页)
s*****w
发帖数: 1527
1
basically i was editing files from http://server/trunk,
then decided to commit temp changes to my own branch.
i have been following steps here,
http://www.wandisco.com/svnforum/forum/opensource-subversion-fo
1. svn copy http://server/trunk http://server/branches/my-branch
2. svn switch /local/trunk http://server/branches/my-branch
3. svn commit /local/trunk -m "committing to branch"
4. svn switch /local/trunk http://server/trunk
5. svn update /local/branches
At step 2, i got sth. like this,
svn: '/local/trunk' does not appear to be a URL.
Any suggestions please !
p******g
发帖数: 347
2
for step 2 you should do this:
cd /local/trunk
svn switch http://server/branches/my-branch
so first go to your local working copy directory. then do the switch. check
out stackoverflow or just svn official doc.

【在 s*****w 的大作中提到】
: basically i was editing files from http://server/trunk,
: then decided to commit temp changes to my own branch.
: i have been following steps here,
: http://www.wandisco.com/svnforum/forum/opensource-subversion-fo
: 1. svn copy http://server/trunk http://server/branches/my-branch
: 2. svn switch /local/trunk http://server/branches/my-branch
: 3. svn commit /local/trunk -m "committing to branch"
: 4. svn switch /local/trunk http://server/trunk
: 5. svn update /local/branches
: At step 2, i got sth. like this,

1 (共1页)
进入Linux版参与讨论
相关主题
谁给科普一下framebuffer?Coolest GNOME patch ever
ft. postfix! postfix!问个CVS编辑冲突的问题
windows server 2008 R2 的 web servers 为什么加不进去啊 (转载)我的网站感染了病毒? (转载)
Howto: vi partial string replace求推荐代码阅读笔记工具 (转载)
问一个svn的问题linux.com 归正主儿管了
dog fart git.howto install vboxguestadditions on CentOS.
请问有好的vim cvs plugin 吗?其实吧
今天更新后出问题了月经问题汇总--大家提供
相关话题的讨论汇总
话题: svn话题: trunk话题: branch话题: http话题: server