[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Check in to a branch

From: ying lcs <yinglcs_at_gmail.com>
Date: 2007-04-25 03:59:09 CEST

Hi,

I am following the example here to create a branch in subversion.

http://svnbook.red-bean.com/en/1.0/ch04s07.html

$ svn copy http://svn.example.com/repos/calc/trunk \
         http://svn.example.com/repos/calc/branches/stable-1.0 \
         -m "Creating stable branch of calc project."

Committed revision 377.

My question is if I check out my working directory from "/calc/trunk/",
How can I commit my change to 'calc/branches/stable-1.0 ' branch?

Thank you.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Apr 25 03:59:28 2007

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.