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

How to create a branch from a remote repository

From: thomas Armstrong <tarmstrong_at_gmail.com>
Date: 2007-02-08 13:33:32 CET

Hi.

Using subversion v1.4.2 on Linux, I want to create a branch from a
trunk hosted in a remoted server.

Steps I followed:

1) downloaded the trunk on /home/svn-repositories/myproject/
[]# svn co http://remoteserver.com/project trunk

2) created the branch
[]# cd /home/svn-repositories/myproject/
[]# svnadmin create branch
[]# chown -R apache.apache branch
[]# chmod a+x .
[]# vi /etc/httpd/conf.d/subversion.conf
[]# /etc/rc.d/init.d/httpd restart
http://myserver/myproject/branch/ works

But I don't know how to copy the contents of 'trunk' to 'branch', or
how to use 'svn merge'

Any suggestion? Thank you very much.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Feb 8 13:34:06 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.