[Trac] Re: CMIS Trac Plugin 1.0.0 released

2010-10-14 Thread Manuel Jesús Recena Soto
Hi, again:

Online demo is available (only read):
http://clinker.klicap.es/projects/alfrescointegration/documents

Regards,

El día 10 de octubre de 2010 22:32, Manuel Jesús Recena Soto
 escribió:
> Hi,
>
> We're happy to announce the CMIS Trac Plugin 1.0.0 release.
> This plugin allows the integration of ECM solutions with Trac. For
> more information:
> http://clinker.klicap.es/projects/alfrescointegration
>
> You can get support on out support platform:
> http://support.klicap.es/forums/viewforum.php?f=11
>
> And report issues:
> http://clinker.klicap.es/projects/alfrescointegration/newticket
>
> You can write in english or spanish.
> Your feedback are welcome
>
> Regards,
>
> --
> Manuel Jesús Recena Soto
> Founder, CEO & CTO of klicap - ingeniería del puzle
>
> mobile phone +34 664 000 629
> work phone + 34 954 894 322
> www.klicap.es | blog.klicap.es
>



-- 
Manuel Jesús Recena Soto
Founder, CEO & CTO of klicap - ingeniería del puzle

mobile phone +34 664 000 629
work phone + 34 954 894 322
www.klicap.es | blog.klicap.es

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



[Trac] Trac and Git: ready for prime time?

2010-10-14 Thread Gary Oberbrunner
 We have a Trac instance that's been serving our svn repo for many years
and we've been very happy with it. We've just converted to git, and
we're using the Trac Git plug-in (http://trac-hacks.org/wiki/GitPlugin)
with Trac 0.12 and it works; but everything's gotten a lot slower, and
we're not sure Trac and the git model really get along very well yet.
Our repo has around 7k files and around 17k commits total, so it's not
huge. But the trac source browser takes upwards of 30-60 seconds just to
display the top-level source dir!  Most of that is related to filling in
the metadata columns for each file (date, last rev, etc.) The timeline
is slow too, because it also makes a *lot* of queries to git. We've made
some simplifications, and things are OK now performance-wise, but it
seems like there's still a lot to do.

Here's a few of the things that bug us right now: there's some mismatch
between Trac's svn-like model of the world and git's; in the source
browser, for instance, Trac asks for the youngest rev in the repo, but
in git that could be on *any* branch -- so "Browse Source" sometimes
takes you to master, and sometimes it takes you to some other branch.
Tags don't show up in the timeline because the git plugin doesn't yet
implement ITimelineEventProvider (we have a version of that in-house
that works OK now). Previous/next change links are pretty senseless
because they cross branches too (this is
http://trac.edgewall.org/ticket/1492).

I'm wondering who else is using Trac with git repos? Are others working
on fixing these same issues? It might make sense to work together or at
least share experiences. Is it appropriate to post git-related bugs or
suggestions to Trac anywhere, or should they all be considered GitPlugin
issues?

For comparison, how's the Mercurial side coming?  Are people running
non-trivial hg repos in Trac?  Do they face similar model-mismatch
issues?  How's the performance?

-- Gary Oberbrunner

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



[Trac] Issues with Trac tracopt.ticket.commit_updater

2010-10-14 Thread Jesse Jacobs
Hello All,

I have setup trac as documented with the new multirepo setup as per 
http://trac.edgewall.org/wiki/0.12/TracRepositoryAdmin

I then setup my SVN hooks and enabled the plugin.

Created my test ticket and performed a svn commit with change notes : Closes #1

This updated the changeset for the repo but did not update the ticket status 
and resolution.

I then set debug logging on.

010-10-14 16:24:24,839 Trac[loader] DEBUG: Loading 
tracopt.ticket.commit_updater from /usr/lib/python2.4/site-packages
2010-10-14 16:24:24,843 Trac[api] DEBUG: Event changeset_added on 
/home/fmpub/svn/Test for changesets ()
2010-10-14 16:24:24,866 Trac[svn_fs] DEBUG: Subversion bindings imported
2010-10-14 16:24:24,870 Trac[cache] INFO: repos rev [46] != cached rev [45]
2010-10-14 16:24:24,872 Trac[cache] INFO: Trying to sync revision [46]
2010-10-14 16:24:24,873 Trac[cache] DEBUG: Caching node change in [46]: 
(u'testing.file46', 'file', 'add', None, -1)

I can see the module get loaded and the change picked up by trac but the ticket 
does not get updated.

Please advise,

Jesse

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



RE: [Trac] Is there a google groups for svn as we have here for Trac

2010-10-14 Thread Cooke, Mark
> -Original Message-
> From: trac-users@googlegroups.com On Behalf Of Lu, Steven (Steven)
> Sent: 14 October 2010 18:02
> To: trac-users@googlegroups.com
> Subject: [Trac] Is there a google groups for svn as we have 
> here for Trac
> 
> Hi,
> 
> Does any know that there is a google group for svn, which is 
> similar to here we have for Trac?
> 
> Or any good forums for svn?
> 
Subversion is now an apache project and from there
(http://subversion.apache.org/) you can find busy users, devs and
announcements mailing lists:-

http://subversion.apache.org/mailing-lists.html

All the best,

~ mark c


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



[Trac] Is there a google groups for svn as we have here for Trac

2010-10-14 Thread Lu, Steven (Steven)
Hi,

Does any know that there is a google group for svn, which is similar to here we 
have for Trac?

Or any good forums for svn?

Thanks,
Steven

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



RE: [Trac] State of the art in subtasks

2010-10-14 Thread Chris Nelson
Andy Baker wrote:
> Unless I'm being extremely dim (always a possibility) there is a
> change listener and these plugins make use of it. 

There is such a listener and at least Subtickets implements it.  It
seems to do the Right Thing with my importer patch which is great.  I'm
going to check out Childtickets next.

> Anyhow, I'd be interested in any customisation you work into this so
> please drop me a line, post here or a patch to the respective plugin
> on trac-hacks. I'll do likewise.  

Yeah, anything I do will be posted as a patch.

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



[Trac] problems with 0.12.1 via fcgi, wsgi

2010-10-14 Thread Dave Love
I'm trying to run v 0.12.1 under Apache2 on Ubuntu 10.04 and am having
limited success.  (Trac is installed with setuptools, per instructions,
and I'm configuring for multiple projects.)  A test environment works OK
under tracd or using CGI.

When I then try with either (the Ubuntu-packaged) wsgi or mod_python,
the page header and footer aren't displayed.  A previous report of this
under mod_python was solved by turning off optimization, but I haven't
turned that on, and the result is the same when I explicitly turn it
off.

Trying fcgi instead, I get the header and footer, but there's a ~15s
pause when viewing the result with firefox, which I assume is something
to do with the http keep-alive timeout in the headers.  With lynx or
konqueror I don't get the pause, but with chromium the page just doesn't
display.

I'm rather surprised there's a problem in this common environment that
doesn't seem to have been reported.  I'd be grateful for suggestions
about what I'm doing wrong or how to debug it; I don't see any clues in
the trac debug logfile or the apache logs.

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