[Rubycocoa-devel 723] cant create a new svn branch

Back to archive index

Fujimoto Hisa hisa****@fobj*****
Wed Feb 7 08:39:30 JST 2007


hi!

thanks the svn expert to help me.

I'd like to create a new branch from apple-unstable for development of
the bundle support issue. but the result of the following command said
"403 Forbidden":

   $ svn cp --message 'cp test' \
     'https://svn.sourceforge.net/svnroot/rubycocoa/branches/apple- 
unstable' \
     'https://svn.sourceforge.net/svnroot/rubycocoa/tags/cptest'
   svn: COPY of tags/cptest: 403 Forbidden (https://svn.sourceforge.net)

I'm wonder what the "svn cp" can't work, though the "svn mkdir" works  
fine.

   $ svn mkdir --message 'mkdir test' \
     'https://svn.sourceforge.net/svnroot/rubycocoa/tags/mkdirtest'
   Committed revision 1517.

   $ svn rm --message 'rm test' \
     'https://svn.sourceforge.net/svnroot/rubycocoa/tags/mkdirtest'
   Committed revision 1518.

mkdir works fine. This means it seems the problems isn't a password
issue. I'm almost old-school cvs user and svn newbie ;)
please tell me how to use 'svn cp'.

thanks the svn expert for your help.
--
hisa




More information about the Rubycocoa-devel mailing list
Back to archive index