You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Carlos Oliveira <co...@gmail.com> on 2008/07/16 19:02:58 UTC

branch with a star on the folder name

Hi all,

By mistake I created a branch with a star character (*) in its name.
Now, it is not possible
to remove it with my client. Do you have any idea of how to remove
such a branch?

Thanks,
-Carlos

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: branch with a star on the folder name

Posted by Carlos Oliveira <co...@gmail.com>.
Thanks, that works.
It is a problem in my version of the tortoisesvn client.

-Carlos


On Wed, Jul 16, 2008 at 3:12 PM, Ryan Schmidt
<su...@ryandesign.com> wrote:
>
> On Jul 16, 2008, at 14:02, Carlos Oliveira wrote:
>
>> By mistake I created a branch with a star character (*) in its name.
>> Now, it is not possible
>> to remove it with my client. Do you have any idea of how to remove
>> such a branch?
>
> Remove it by URL using the command line client?
>
> svn rm 'url://to/your/repo/branches/foo*' -m "removing branch foo*"
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: branch with a star on the folder name

Posted by Ryan Schmidt <su...@ryandesign.com>.
On Jul 16, 2008, at 14:02, Carlos Oliveira wrote:

> By mistake I created a branch with a star character (*) in its name.
> Now, it is not possible
> to remove it with my client. Do you have any idea of how to remove
> such a branch?

Remove it by URL using the command line client?

svn rm 'url://to/your/repo/branches/foo*' -m "removing branch foo*"


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org