[Rubycocoa-devel 724] Re: cant create a new svn branch

Back to archive index

Laurent Sansonetti lsans****@apple*****
Wed Feb 7 09:03:50 JST 2007


The problem was that the old SVN path was used. Here is the new branch:

https://rubycocoa.svn.sourceforge.net/svnroot/rubycocoa/branches/bundle-support

Laurent, SVN Expertise Solutions Corp.

On Feb 6, 2007, at 3:39 PM, Fujimoto Hisa wrote:

> 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
>
> _______________________________________________
> Rubycocoa-devel mailing list
> Rubyc****@lists*****
> http://lists.sourceforge.jp/mailman/listinfo/rubycocoa-devel




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