You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by paul booker <pa...@glaxstar.com> on 2007/08/10 13:46:48 UTC

any branches in this repository ?

Hello ,

Would someone  please advise how i can figure out if there are any  
branches that have been added to a particular repository ?

I guess i need something like  svadmin ????

Regards Paul

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

Re: any branches in this repository ?

Posted by Steven Bakke <st...@amd.com>.
Just do 'svn log --stop-on-copy' at the top level of the repository.   
You'll see any cases where a directory was created through 'cp'.

-steve

On Aug 10, 2007, at 10:25 AM, Rainer Sokoll wrote:

> On Fri, Aug 10, 2007 at 02:46:48PM +0100, paul booker wrote:
>
>>  Would someone  please advise how i can figure out if there are  
>> any branches
>>  that have been added to a particular repository ?
>
> is "svn ls <URL>" what you are looking for?
>
> But keep in mind that subversion has no idea about branches. Branches
> are just (cheap) copies. You may or may not give a copy the meaning  
> of a
> branch - that's entirely up to you.
>
> Rainer
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>
>
>



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

Re: any branches in this repository ?

Posted by Rainer Sokoll <R....@intershop.de>.
On Fri, Aug 10, 2007 at 02:46:48PM +0100, paul booker wrote:

>  Would someone  please advise how i can figure out if there are any branches 
>  that have been added to a particular repository ?

is "svn ls <URL>" what you are looking for?

But keep in mind that subversion has no idea about branches. Branches
are just (cheap) copies. You may or may not give a copy the meaning of a
branch - that's entirely up to you.

Rainer

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