[ros-dev] creating a branch

Hartmut Birr hartmut.birr at gmx.de
Sun Feb 13 23:15:18 CET 2005


Casper Hornstrup schrieb:

>>Hi,
>>
>>I've used the  following command line:
>>
>>E:\Sandbox\ros_mp\reactos>d:\programme\subversion\bin\svn.exe 
>>copy svn://svn.reactos.com/trunk/reactos
>>svn://svn.reactos.com/branches/cache_manager_rewrite/reactos 
>>-m "Created cache_manager_rewrite branch"
>>
>>The result is always this:
>>
>>svn: Out of date: 'branches/cache_manager_rewrite' in 
>>transaction '13531-1'
>>    
>>
>
>I think I know what the problem is. Svn copy can't create parent
>directories.
>
>Try this:
>svn mkdir svn://svn.reactos.com/branches/cache_manager_rewrite -m "Created cache_manager_rewrite branch"
>
>svn copy svn://svn.reactos.com/trunk/reactos svn://svn.reactos.com/branches/cache_manager_rewrite/reactos -m "Created
>cache_manager_rewrite branch"
>
>The error message is highly confusing. I'll report it to the Subversion team.
>
>Casper
>
>  
>
Hi,

creating the directory with mkdir was the trick.
Thank you very much.

- Hartmut


More information about the Ros-dev mailing list