On Mon, 2006-07-24 at 15:04 -0400, Rob Wilkerson wrote:
> I'm trying to understand how Trac's ticketing system is "integrated"
> with Subversion and I feel like I'm missing something.  Can anyone
> help me understand the process required to perform the following tasks
> (or even tell me definitively that they can't be done):

http://trac.edgewall.org/wiki/TracAndVersioning

> 1.  See which files were changed in order to fix a given ticket?

See any ticket closed on the Trac site as "fixed" for an example of an
appropriate closing message.  There should be a link to the revision
that fixed the issue.  Click on it to see the changes.

> 2.  Create a ticket report that lists the tickets addressed between
> any 2 revisions (or changesets)?

This is not currently possible.

> And one last thing: I thought that Subversion updated the entire
> repository's revision number when a change was made, but Trac appears
> to diplay the revision on a per-file basis.  It's correct, of course,
> but is there any way to see the global revision number?  Following
> that, can I see which files were changed in a given revision number?
> Changesets are great, but I can only see the changeset number, not the
> Svn revision number.

Trac's revision/changeset numbers are the same as SVN's.  The two terms
are mostly synonymous, though one may be more appropriate depending on
the context.

-- 
Matthew Good <[EMAIL PROTECTED]>

_______________________________________________
Trac mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac

Reply via email to