> But still, is there not an easy way to determine that a changeset only
> exists in the trunk and not in any branch? Is this a feature of svnmerge
> (which I have yet to try).

A revision number in subversion can be considered as an instant
snapshot of the whole repository, so one cannot think in term of
whether a revision "exist or not" in a branch. A revision may contain
changes that have occurred in one branch or another, but each revision
applies to the repository as a whole. Moreover, a branch is nothing
more than a path in Subversion (whereas they are distinct objects in
ClearCase)

You cannot map the ClearCase way to the Subversion way. They are based
on very different idioms. I think you'll get confused if you try.

You may want to read the excellent "subversion book", available from
http://svnbook.red-bean.com/ that explains the Subversion concepts far
better than I'm able to.

To answer your question, yes you can easily get the list of the files
that have been changed in a revision, and check whether one or more
files are stored inside of the branch you want to observe.

HTH,
Manu

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to