Roundup Tracker - Issues

Message2242

Author anonymous
Recipients
Date 2006-04-26.10:35:24
Message-id
In-reply-to
on my first attempt, back in 2005, to get the 
subversion integration to work, I ran into problems. 
With help from Hernán Martínez Foffani on the mailing 
list they could be solved.
Richard Jones then suggested to file a bug, but that 
got lost as far as I can tell.

Last week I tried again and, abiding to the 
installation and configuration instructions, I ran into 
the same problems.

So here is what Hernán reported:

> The error you mentioned is due to the fact that
> you may have missed to add an item to the class
> svn_repo. You need one item per repository where
> one of them must have "C:/svn/repos/test" in the
> path field (it has to be exactly the same thing
> that SVN pass to th script.)

mentioning this in the installation description would 
help a lot.


> Additionally, there's a minor bug in
> notify-roundup.py (the one that has the link in
> the wiki) You may fix it yourself.  Swap the
> line 160 db = tracker.open(username)
> by moving it just after
>    # tell Roundup
>    tracker = roundup.instance.open(tracker_home)

I'm not realy sure about the scope of this change, but 
at least it did no harm in my setup.

Lorenz
History
Date User Action Args
2009-02-03 14:21:45adminlinkissue1476792 messages
2009-02-03 14:21:45admincreate