-----Original Message----- From: ros-dev-bounces@reactos.com [mailto:ros-dev-bounces@reactos.com] On Behalf Of Hartmut Birr Sent: 13. februar 2005 18:40 To: ReactOS Development List Subject: [ros-dev] creating a branch
Hi,
I would like to create a branch in our repository. I'm not sure what I have to do exactly. Is the following command correct?
svn copy http://svn.reactos.com/trunk/reactos http://svn.reactos.com/branches/cache_manager_rewrite/reactos
- Hartmut
That is almost correct. You need to use svn:// instead of http://. You also need to specify a commit message (-m "Created cache_manager_rewrite branch").
See http://svnbook.red-bean.com/en/1.1/ch04.html for more information.
Casper