[Bug 388911] Re: Unsupported version control system git

2009-12-02 Thread Reinhard Tartler
make that this debdiff

** Attachment added: debdiff
   http://launchpadlibrarian.net/36339473/debdiff

-- 
Unsupported version control system git
https://bugs.launchpad.net/bugs/388911
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 388911] Re: Unsupported version control system git

2009-12-02 Thread Reinhard Tartler
This untested debdiff should fix the issue.

can anyone confirm?

** Attachment added: p
   http://launchpadlibrarian.net/36339442/p

** Changed in: trac-git (Ubuntu)
   Status: New = Triaged

** Changed in: trac-git (Ubuntu)
   Importance: Undecided = Critical

-- 
Unsupported version control system git
https://bugs.launchpad.net/bugs/388911
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 388911] Re: Unsupported version control system git

2009-12-02 Thread Reinhard Tartler
** Changed in: trac-git (Ubuntu)
 Assignee: (unassigned) = Reinhard Tartler (siretart)

** Changed in: trac-git (Ubuntu)
   Status: Triaged = In Progress

** Also affects: trac-git (Ubuntu Karmic)
   Importance: Undecided
   Status: New

** Summary changed:

- Unsupported version control system git
+ Doesn't support python versions  2.5

-- 
Doesn't support python versions  2.5
https://bugs.launchpad.net/bugs/388911
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 388911] Re: Unsupported version control system git

2009-11-07 Thread gordev
http://gor-unusable.blogspot.com/2009/11/trac-trac-git-upstart-in-ubuntu-910.html
like that one, but here is in russian

-- 
Unsupported version control system git
https://bugs.launchpad.net/bugs/388911
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 388911] Re: Unsupported version control system git

2009-08-20 Thread Patrick Tescher
I can confirm this issue.

-- 
Unsupported version control system git
https://bugs.launchpad.net/bugs/388911
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 388911] Re: Unsupported version control system git

2009-08-20 Thread Aaron Fellin
Nothing seemed to help except for installing TracGit from source.
Revision 6401 worked like a charm for me.

~# svn co http://trac-hacks.org/svn/gitplugin/0.11 gitplugin
~# cd gitplugin
~/gitplugin# mkdir /usr/lib/python2.6/site-packages
~/gitplugin# PYTHONPATH=/usr/lib/python2.6/site-packages ./setup.py install 
-prefix /usr
...
Using /usr/lib/python2.6/dist-packages
Finished processing dependencies for TracGit==0.11.0.2
~/gitplugin#

(/usr/local is a read-only fs on this machine, so we had to install to
/usr for now).

-- 
Unsupported version control system git
https://bugs.launchpad.net/bugs/388911
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 388911] Re: Unsupported version control system git

2009-08-04 Thread frewq
File /usr/share/pyshared-data/trac says:
[python-package]
format = 1
python-version = all

File /usr/share/pyshared-data/trac-git says:
[python-package]
format = 1
python-version = 2.5

Why trac-git is marked for python 2.5?

P.S. I am using karmic with python 2.6 and do not have python 2.5

-- 
Unsupported version control system git
https://bugs.launchpad.net/bugs/388911
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 388911] Re: Unsupported version control system git

2009-06-27 Thread Martin Maney
I just tripped across this in Ibex with trac-git 0.0.20080710-1.  There
was an (unintended for release?) change of the python package name, so
what has been (still is as far as I konw) called tracext.git in
upstream was renamed gitplugin.  You might try that, though if I
understand his change notes the maintainer reverted that in [Debian's)
-2 release, and another bug was fixed in -3.  So if Jaunty is based on
the last of those, it shouldn't have the renaming, I think.

Oh, and Ibex is totally stone broken with the -1 package.  See Debian
#498761 for some about that, as well as the clue about the renaming.
But I think the actual cause of the problem might be the one described
in the last paragraph below.

Or you could just install a distro that supports these packages.  This
report is the last of the effort I'm going to spend trying to get Trac
running on Ubuntu - much easier to run it on one of the Debian-based
servers instead of fighting an uphill battle.  And some people can't
understand why I don't want to use Ubuntu on my servers...

Oh, another glitch in the Debian -3 docs: putting the
tracext.git.*=enabled into /etc/trac.ini doesn't do squat for me.
/etc/trac/trac.ini neither.  Presumably there's *some* place in the
filesystem it *does* look for global settings.  But that will be a bug
for Debian's tracker, where I have hopes it might do some good.  And at
this point it seems to be working fine on the Lenny box, so on to
productive uses of my time.

-- 
Unsupported version control system git
https://bugs.launchpad.net/bugs/388911
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 388911] Re: Unsupported version control system git

2009-06-18 Thread Josef Spillner

** Attachment added: configuration
   http://launchpadlibrarian.net/28060488/trac.ini

-- 
Unsupported version control system git
https://bugs.launchpad.net/bugs/388911
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 388911] Re: Unsupported version control system git

2009-06-18 Thread Josef Spillner
Apparently this is not reportbug so I better give some more information about 
the system (Jaunty):
- trac-git 0.0.20080710-3ubuntu1
- git-core 1:1.6.0.4-1ubuntu2
- trac 0.11.1-2.1

-- 
Unsupported version control system git
https://bugs.launchpad.net/bugs/388911
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs