[ale] Subversion question
Jim
ale_nospam at fayettedigital.com
Thu Jun 22 15:19:26 EDT 2006
fletch at phydeaux.org wrote:
>> I have a subversion repository with a number of branches. Does anyone
>> know of an easy way, given a revision number, to tell what branch(es)
>> that revision applies to?
>>
>
> Presuming a conventional repository layout you could use:
>
> svn ls -v -r # REPO_URL/branches
>
> That'd show you what subdirectories there are under branches in that
> revision.
>
> But that won't necessarily give you any information as to when those
> branches were created from whatever (presumably trunk, but nothing's
> stopping you from branching from a tag or another branch of course :).
>
>
> Then again maybe I'm misunderstanderating your question.
>
>
That wasn't exactly what I was looking for but it gives me the
information I need.
Thanks,
Jim.
More information about the Ale
mailing list