trac-users

[Prev] Thread [Next]  |  [Prev] Date [Next]

[Trac] Re: Trac / Subversion / IDE integration Aaron D. Marasco Wed Jul 16 08:02:35 2008

On Wed, Jul 9, 2008 at 9:47 AM, Bill Johnson <[EMAIL PROTECTED]> wrote:

>
> On Tue, 8 Jul 2008 16:54:10 -0400
>  "Aaron D. Marasco" <[EMAIL PROTECTED]> wrote:
> > I've had great luck with TortoiseSVN, the Windows GUI
> >client.
> >
> > You can have it link to trac (using the previously
> >mentioned post-commit
> > scripts) using some special svn properties:
> >
> > bugtraq:label => Ticket:
> > bugtraq:message => References #%BUGID%.
> > bugtraq:url =>
> >http://URL_to_my_server/trac/ticket/%BUGID%
> > tsvn:logtemplate =>
> >
> > * Bullet
> > * Bullet
> > * Bullet
> >
> >
> >
> > The last one is optional but pre-fills the check-in
> >window with trac bullet
> > items.
> >
> > - Aaron
>
>
> These items go in SVN where please?
>

They are SVN properties (propset) on the directory that you are working in.
For example, you set the property on /trunk and tell the client to apply it
recursively. Then, any time after that, Tortoise will prompt you for a
ticket number during checkin.

 Aaron

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to [EMAIL PROTECTED]
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
-~----------~----~----~----~------~----~------~--~---