Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Trac: Users

Unsupported version control system "svn"

 

 

First page Previous page 1 2 Next page Last page  View All Trac users RSS feed   Index | Next | Previous | View Threaded


rsivak at istandfor

Sep 20, 2006, 6:10 PM

Post #1 of 32 (4595 views)
Permalink
Unsupported version control system "svn"

I've been trying to get trac to work with subversion 1.4 on rhel3.
Trying different version, nothing seemed to work, finally i got most of
it working on the latest trunk version of the code (almost same as
latest beta).

The only thign that's still not working is subversion integration. I
can't seem to figure out what's wrong. I keep getting the following
error: Unsupported version control system "svn" when I try to browse
source.

Does anyone know what might be wrong? mod_dav is working, so I'm not
too sure what to make of it.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac Users" group.
To post to this group, send email to trac-users[at]googlegroups.com
To unsubscribe from this group, send email to trac-users-unsubscribe[at]googlegroups.com
For more options, visit this group at http://groups.google.com/group/trac-users
-~----------~----~----~----~------~----~------~--~---


matt at matt-good

Sep 20, 2006, 9:31 PM

Post #2 of 32 (4426 views)
Permalink
Re: Unsupported version control system "svn" [In reply to]

rsivak[at]istandfor.com wrote:
> I've been trying to get trac to work with subversion 1.4 on rhel3.
> Trying different version, nothing seemed to work, finally i got most of
> it working on the latest trunk version of the code (almost same as
> latest beta).
>
> The only thign that's still not working is subversion integration. I
> can't seem to figure out what's wrong. I keep getting the following
> error: Unsupported version control system "svn" when I try to browse
> source.
>
> Does anyone know what might be wrong? mod_dav is working, so I'm not
> too sure what to make of it.

mod_dav is unrelated to the Subversion Python bindings, which is what
Trac needs.

It looks like you should install the "subversion-python" RPM:
http://summersoft.fay.ar.us/pub/subversion/latest/rhel-3/bin/

-- Matt Good


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac Users" group.
To post to this group, send email to trac-users[at]googlegroups.com
To unsubscribe from this group, send email to trac-users-unsubscribe[at]googlegroups.com
For more options, visit this group at http://groups.google.com/group/trac-users
-~----------~----~----~----~------~----~------~--~---


matt at matt-good

Sep 20, 2006, 9:33 PM

Post #3 of 32 (4373 views)
Permalink
Re: Unsupported version control system "svn" [In reply to]

Matt Good wrote:
> rsivak[at]istandfor.com wrote:
> > I've been trying to get trac to work with subversion 1.4 on rhel3.
> > Trying different version, nothing seemed to work, finally i got most of
> > it working on the latest trunk version of the code (almost same as
> > latest beta).
> >
> > The only thign that's still not working is subversion integration. I
> > can't seem to figure out what's wrong. I keep getting the following
> > error: Unsupported version control system "svn" when I try to browse
> > source.
> >
> > Does anyone know what might be wrong? mod_dav is working, so I'm not
> > too sure what to make of it.
>
> mod_dav is unrelated to the Subversion Python bindings, which is what
> Trac needs.
>
> It looks like you should install the "subversion-python" RPM:
> http://summersoft.fay.ar.us/pub/subversion/latest/rhel-3/bin/

Ok, on second look the version of that RPM is 1.3.2, not 1.4 as the big
header at the top would seem to indicate. However, that is the package
you should be looking for, just for the new version.

-- Matt Good


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac Users" group.
To post to this group, send email to trac-users[at]googlegroups.com
To unsubscribe from this group, send email to trac-users-unsubscribe[at]googlegroups.com
For more options, visit this group at http://groups.google.com/group/trac-users
-~----------~----~----~----~------~----~------~--~---


rsivak at istandfor

Sep 20, 2006, 9:43 PM

Post #4 of 32 (4367 views)
Permalink
Re: Unsupported version control system "svn" [In reply to]

I installed everything from sources... What do I need to reinstall?
Sent wirelessly via BlackBerry from T-Mobile.

-----Original Message-----
From: "Matt Good" <matt[at]matt-good.net>
Date: Wed, 20 Sep 2006 21:33:34
To:"Trac Users" <trac-users[at]googlegroups.com>
Subject: [Trac] Re: Unsupported version control system "svn"



Matt Good wrote:
> rsivak[at]istandfor.com wrote:
> > I've been trying to get trac to work with subversion 1.4 on rhel3.
> > Trying different version, nothing seemed to work, finally i got most of
> > it working on the latest trunk version of the code (almost same as
> > latest beta).
> >
> > The only thign that's still not working is subversion integration. I
> > can't seem to figure out what's wrong. I keep getting the following
> > error: Unsupported version control system "svn" when I try to browse
> > source.
> >
> > Does anyone know what might be wrong? mod_dav is working, so I'm not
> > too sure what to make of it.
>
> mod_dav is unrelated to the Subversion Python bindings, which is what
> Trac needs.
>
> It looks like you should install the "subversion-python" RPM:
> http://summersoft.fay.ar.us/pub/subversion/latest/rhel-3/bin/

Ok, on second look the version of that RPM is 1.3.2, not 1.4 as the big
header at the top would seem to indicate. However, that is the package
you should be looking for, just for the new version.

-- Matt Good



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac Users" group.
To post to this group, send email to trac-users[at]googlegroups.com
To unsubscribe from this group, send email to trac-users-unsubscribe[at]googlegroups.com
For more options, visit this group at http://groups.google.com/group/trac-users
-~----------~----~----~----~------~----~------~--~---


rsivak at istandfor

Sep 21, 2006, 11:03 AM

Post #5 of 32 (4339 views)
Permalink
Re: Unsupported version control system "svn" [In reply to]

I just recompiled svn and swig-py bindings, and everything seems to
install fine. Trac is still not working though. Is there something I
can use to test what the real error is or if the subversion-python
bindings are really installed properly?

Russ

Matt Good wrote:
> Matt Good wrote:
>
>> rsivak[at]istandfor.com wrote:
>>
>>> I've been trying to get trac to work with subversion 1.4 on rhel3.
>>> Trying different version, nothing seemed to work, finally i got most of
>>> it working on the latest trunk version of the code (almost same as
>>> latest beta).
>>>
>>> The only thign that's still not working is subversion integration. I
>>> can't seem to figure out what's wrong. I keep getting the following
>>> error: Unsupported version control system "svn" when I try to browse
>>> source.
>>>
>>> Does anyone know what might be wrong? mod_dav is working, so I'm not
>>> too sure what to make of it.
>>>
>> mod_dav is unrelated to the Subversion Python bindings, which is what
>> Trac needs.
>>
>> It looks like you should install the "subversion-python" RPM:
>> http://summersoft.fay.ar.us/pub/subversion/latest/rhel-3/bin/
>>
>
> Ok, on second look the version of that RPM is 1.3.2, not 1.4 as the big
> header at the top would seem to indicate. However, that is the package
> you should be looking for, just for the new version.
>
> -- Matt Good
>
>
> >


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac Users" group.
To post to this group, send email to trac-users[at]googlegroups.com
To unsubscribe from this group, send email to trac-users-unsubscribe[at]googlegroups.com
For more options, visit this group at http://groups.google.com/group/trac-users
-~----------~----~----~----~------~----~------~--~---


manu.blot at gmail

Sep 21, 2006, 11:13 AM

Post #6 of 32 (4338 views)
Permalink
Re: Unsupported version control system "svn" [In reply to]

I think you need to run a special "make install-something" command so
that the bindings are installed ('make install' is not enough, AFAIR).

To check the Subversion installation, run the python interpreter and type
"import svn.repos" for example. You should get no error.

Double check that you are running the same Python interpreter than the
one used for your Trac installation, as each interpreter use different
paths for their libraries.

HTH,
Manu

On 9/21/06, Ruslan Sivak <rsivak[at]istandfor.com> wrote:
>
> I just recompiled svn and swig-py bindings, and everything seems to
> install fine. Trac is still not working though. Is there something I
> can use to test what the real error is or if the subversion-python
> bindings are really installed properly?
>
> Russ
>
> Matt Good wrote:
> > Matt Good wrote:
> >
> >> rsivak[at]istandfor.com wrote:
> >>
> >>> I've been trying to get trac to work with subversion 1.4 on rhel3.
> >>> Trying different version, nothing seemed to work, finally i got most of
> >>> it working on the latest trunk version of the code (almost same as
> >>> latest beta).
> >>>
> >>> The only thign that's still not working is subversion integration. I
> >>> can't seem to figure out what's wrong. I keep getting the following
> >>> error: Unsupported version control system "svn" when I try to browse
> >>> source.
> >>>
> >>> Does anyone know what might be wrong? mod_dav is working, so I'm not
> >>> too sure what to make of it.
> >>>
> >> mod_dav is unrelated to the Subversion Python bindings, which is what
> >> Trac needs.
> >>
> >> It looks like you should install the "subversion-python" RPM:
> >> http://summersoft.fay.ar.us/pub/subversion/latest/rhel-3/bin/
> >>
> >
> > Ok, on second look the version of that RPM is 1.3.2, not 1.4 as the big
> > header at the top would seem to indicate. However, that is the package
> > you should be looking for, just for the new version.
> >
> > -- Matt Good
> >
> >
> > >
>
>
> >
>


--
Manu

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac Users" group.
To post to this group, send email to trac-users[at]googlegroups.com
To unsubscribe from this group, send email to trac-users-unsubscribe[at]googlegroups.com
For more options, visit this group at http://groups.google.com/group/trac-users
-~----------~----~----~----~------~----~------~--~---


axygen at gmail

Oct 10, 2006, 11:15 AM

Post #7 of 32 (4213 views)
Permalink
Re: Unsupported version control system "svn" [In reply to]

Hi,

I've installed Trac via Darwin Ports, and have run into the same error
as Russ. Basically I get the unsupported version control system "svn"
when trying to use Timeline or Browse.

Emmanuel Blot wrote:
> I think you need to run a special "make install-something" command so
> that the bindings are installed ('make install' is not enough, AFAIR).

I'm not sure how to go about doing this, as I just typed in 'sudo port
install trac' to install trac.

> To check the Subversion installation, run the python interpreter and type
> "import svn.repos" for example. You should get no error.

I get this:
Traceback (most recent call last):
File "<stdin>", line 1, in ?
File "/opt/local/lib/svn-python/svn/repos.py", line 19, in ?
from libsvn.repos import *
File "/opt/local/lib/svn-python/libsvn/repos.py", line 5, in ?
import _repos
ImportError: Failure linking new module:
/opt/local/lib/svn-python/libsvn/_repos.so: Symbol not found:
_locale_charset
Referenced from: /opt/local/lib/libintl.3.dylib
Expected in: /opt/local/lib/libiconv.2.dylib

Not knowing much about Python, I am not sure how to go about
troubleshooting it. I tried the following in google, "Symbol not found:
_locale_charset", but didn't find much.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac Users" group.
To post to this group, send email to trac-users[at]googlegroups.com
To unsubscribe from this group, send email to trac-users-unsubscribe[at]googlegroups.com
For more options, visit this group at http://groups.google.com/group/trac-users
-~----------~----~----~----~------~----~------~--~---


jeff.marder at yahoo

Oct 10, 2006, 11:28 AM

Post #8 of 32 (4203 views)
Permalink
Re: Unsupported version control system "svn" [In reply to]

I got this error the other day after setting up Trac/Subversion on a new machine. It turned out I had forgotten to install the swig-py bindings. Make sure you have them installed.

----- Original Message ----
From: "axygen[at]gmail.com" <axygen[at]gmail.com>
To: Trac Users <trac-users[at]googlegroups.com>
Sent: Tuesday, October 10, 2006 2:15:56 PM
Subject: [Trac] Re: Unsupported version control system "svn"


Hi,

I've installed Trac via Darwin Ports, and have run into the same error
as Russ. Basically I get the unsupported version control system "svn"
when trying to use Timeline or Browse.

Emmanuel Blot wrote:
> I think you need to run a special "make install-something" command so
> that the bindings are installed ('make install' is not enough, AFAIR).

I'm not sure how to go about doing this, as I just typed in 'sudo port
install trac' to install trac.

> To check the Subversion installation, run the python interpreter and type
> "import svn.repos" for example. You should get no error.

I get this:
Traceback (most recent call last):
File "<stdin>", line 1, in ?
File "/opt/local/lib/svn-python/svn/repos.py", line 19, in ?
from libsvn.repos import *
File "/opt/local/lib/svn-python/libsvn/repos.py", line 5, in ?
import _repos
ImportError: Failure linking new module:
/opt/local/lib/svn-python/libsvn/_repos.so: Symbol not found:
_locale_charset
Referenced from: /opt/local/lib/libintl.3.dylib
Expected in: /opt/local/lib/libiconv.2.dylib

Not knowing much about Python, I am not sure how to go about
troubleshooting it. I tried the following in google, "Symbol not found:
_locale_charset", but didn't find much.









--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac Users" group.
To post to this group, send email to trac-users[at]googlegroups.com
To unsubscribe from this group, send email to trac-users-unsubscribe[at]googlegroups.com
For more options, visit this group at http://groups.google.com/group/trac-users
-~----------~----~----~----~------~----~------~--~---


jeff.marder at yahoo

Oct 10, 2006, 11:49 AM

Post #9 of 32 (4190 views)
Permalink
Re: Unsupported version control system "svn" [In reply to]

Oops. I didn't even see that someone else had mentioned the swig-py bindings. You should be able to install them through Ports. Try 'port search swig'.

----- Original Message ----
From: Jeff Marder <jeff.marder[at]yahoo.com>
To: trac-users[at]googlegroups.com
Sent: Tuesday, October 10, 2006 2:28:59 PM
Subject: [Trac] Re: Unsupported version control system "svn"

I got this error the other day after setting up Trac/Subversion on a new machine. It turned out I had forgotten to install the swig-py bindings. Make sure you have them installed.

----- Original Message ----
From: "axygen[at]gmail.com" <axygen[at]gmail.com>
To: Trac Users <trac-users[at]googlegroups.com>
Sent: Tuesday, October 10, 2006 2:15:56 PM
Subject: [Trac] Re: Unsupported version control system "svn"


Hi,

I've installed Trac via Darwin Ports, and have run into the same error
as Russ. Basically I get the unsupported version control system "svn"
when trying to use Timeline or Browse.

Emmanuel
Blot wrote:
> I think you need to run a special "make install-something" command so
> that the bindings are installed ('make install' is not enough, AFAIR).

I'm not sure how to go about doing this, as I just typed in 'sudo port
install trac' to install trac.

> To check the Subversion installation, run the python interpreter and type
> "import svn.repos" for example. You should get no error.

I get this:
Traceback (most recent call last):
File "<stdin>", line 1, in ?
File "/opt/local/lib/svn-python/svn/repos.py", line 19, in ?
from libsvn.repos import *
File "/opt/local/lib/svn-python/libsvn/repos.py", line 5, in ?
import _repos
ImportError: Failure linking new module:
/opt/local/lib/svn-python/libsvn/_repos.so: Symbol not found:
_locale_charset
Referenced from:
/opt/local/lib/libintl.3.dylib
Expected in: /opt/local/lib/libiconv.2.dylib

Not knowing much about Python, I am not sure how to go about
troubleshooting it. I tried the following in google, "Symbol not found:
_locale_charset", but didn't find much.
















--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac Users" group.
To post to this group, send email to trac-users[at]googlegroups.com
To unsubscribe from this group, send email to trac-users-unsubscribe[at]googlegroups.com
For more options, visit this group at http://groups.google.com/group/trac-users
-~----------~----~----~----~------~----~------~--~---


axygen at gmail

Oct 10, 2006, 7:28 PM

Post #10 of 32 (4175 views)
Permalink
Re: Unsupported version control system "svn" [In reply to]

Ha! Figured out how to fix the problem with the help of this post:

http://trac.macports.org/projects/macports/ticket/10772

It basically explains that the new versions of gettext and ilibconv
messed everything up. I followed the instructions and uninstall all the
ports that relied on these libraries. I also uninstalled those
libraries just in case. I then reinstalled everything from the
beginning.

Didn't take as long as I thought, about two hours.

On Oct 10, 11:49 am, Jeff Marder <jeff.mar...@yahoo.com> wrote:
> Oops. I didn't even see that someone else had mentioned the swig-py bindings. You should be able to install them through Ports. Try 'port search swig'.
>
> ----- Original Message ----
> From: Jeff Marder <jeff.mar...@yahoo.com>
> To: trac-users[at]googlegroups.com
> Sent: Tuesday, October 10, 2006 2:28:59 PM
> Subject: [Trac] Re: Unsupported version control system "svn"
>
> I got this error the other day after setting up Trac/Subversion on a new machine. It turned out I had forgotten to install the swig-py bindings. Make sure you have them installed.
>
> ----- Original Message ----
> From: "axy...@gmail.com" <axy...@gmail.com>
> To: Trac Users <trac-users[at]googlegroups.com>
> Sent: Tuesday, October 10, 2006 2:15:56 PM
> Subject: [Trac] Re: Unsupported version control system "svn"
>
> Hi,
>
> I've installed Trac via Darwin Ports, and have run into the same error
> as Russ. Basically I get the unsupported version control system "svn"
> when trying to use Timeline or Browse.
>
> Emmanuel
> Blot wrote:
> > I think you need to run a special "make install-something" command so
> > that the bindings are installed ('make install' is not enough, AFAIR).
>
> I'm not sure how to go about doing this, as I just typed in 'sudo port
> install trac' to install trac.
>
> > To check the Subversion installation, run the python interpreter and type
> > "import svn.repos" for example. You should get no error.
>
> I get this:
> Traceback (most recent call last):
> File "<stdin>", line 1, in ?
> File "/opt/local/lib/svn-python/svn/repos.py", line 19, in ?
> from libsvn.repos import *
> File "/opt/local/lib/svn-python/libsvn/repos.py", line 5, in ?
> import _repos
> ImportError: Failure linking new module:
> /opt/local/lib/svn-python/libsvn/_repos.so: Symbol not found:
> _locale_charset
> Referenced from:
> /opt/local/lib/libintl.3.dylib
> Expected in: /opt/local/lib/libiconv.2.dylib
>
> Not knowing much about Python, I am not sure how to go about
> troubleshooting it. I tried the following in google, "Symbol not found:
> _locale_charset", but didn't find much.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac Users" group.
To post to this group, send email to trac-users[at]googlegroups.com
To unsubscribe from this group, send email to trac-users-unsubscribe[at]googlegroups.com
For more options, visit this group at http://groups.google.com/group/trac-users
-~----------~----~----~----~------~----~------~--~---


asmodai at in-nomine

Oct 12, 2006, 3:25 AM

Post #11 of 32 (4158 views)
Permalink
Re: Unsupported version control system "svn" [In reply to]

-On [20061010 20:22], axygen[at]gmail.com (axygen[at]gmail.com) wrote:
>ImportError: Failure linking new module:
>/opt/local/lib/svn-python/libsvn/_repos.so: Symbol not found:
>_locale_charset
> Referenced from: /opt/local/lib/libintl.3.dylib
> Expected in: /opt/local/lib/libiconv.2.dylib

It has nothing to do with Python but with simple loader issues.

libintl.3.dylib apparently references the symbol _locale_charset, which should
be present in libiconv.2.dylib, but isn't.

You can try nm -D on the libintl.3.dylib and libiconv.2.dylib to look at the
contents.

libintl probably has an entry U _locale_charset whereas libiconv has no such
symbol.

--
Jeroen Ruigrok van der Werven <asmodai(-at-)in-nomine.org> / asmodai
イェルーン ラウフロック ヴァン デル ウェルヴェン
http://www.in-nomine.org/
Seize from every moment its unique novelty and do not prepare your joys...

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac Users" group.
To post to this group, send email to trac-users[at]googlegroups.com
To unsubscribe from this group, send email to trac-users-unsubscribe[at]googlegroups.com
For more options, visit this group at http://groups.google.com/group/trac-users
-~----------~----~----~----~------~----~------~--~---


gmcgrath815 at gmail

Oct 30, 2006, 1:04 PM

Post #12 of 32 (3982 views)
Permalink
Re: Unsupported version control system "svn" [In reply to]

I'm having the same issue, when running that import command i get the
following issue:

>>> import svn.repos
Traceback (most recent call last):
File "<stdin>", line 1, in ?
File "/usr/local/lib/svn-python/svn/repos.py", line 19, in ?
from libsvn.repos import *
File "/usr/local/lib/svn-python/libsvn/repos.py", line 5, in ?
import _repos
ImportError: /usr/local/lib/svn-python/libsvn/_repos.so: undefined
symbol: svn_swig_get_application_pool


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac Users" group.
To post to this group, send email to trac-users[at]googlegroups.com
To unsubscribe from this group, send email to trac-users-unsubscribe[at]googlegroups.com
For more options, visit this group at http://groups.google.com/group/trac-users
-~----------~----~----~----~------~----~------~--~---


gmcgrath815 at gmail

Oct 30, 2006, 1:15 PM

Post #13 of 32 (3984 views)
Permalink
Re: Unsupported version control system "svn" [In reply to]

I also seem to be having issues posting here, anybody else?


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac Users" group.
To post to this group, send email to trac-users[at]googlegroups.com
To unsubscribe from this group, send email to trac-users-unsubscribe[at]googlegroups.com
For more options, visit this group at http://groups.google.com/group/trac-users
-~----------~----~----~----~------~----~------~--~---


robb at lclark

Oct 30, 2006, 2:26 PM

Post #14 of 32 (4001 views)
Permalink
Re: Unsupported version control system "svn" [In reply to]

Thanks so much for the reply -

James Tauber wrote:
> If you fire up a Python interpreter on the same machine and type
>
> "import svn.repos"
>
> what happens?
>
Thanks - good test. No, it couldn't find the module. Gives me
something to track down.
> Did you build Subversion yourself? With the SWIG bindings?
>
I did build subversion myself - 1.4.0 - and explicitly did the SWIG
bindings.

But now I don't remember all my steps - ie., did I make and make install
for both swig and svn? Not sure. I'll redo my steps...

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac Users" group.
To post to this group, send email to trac-users[at]googlegroups.com
To unsubscribe from this group, send email to trac-users-unsubscribe[at]googlegroups.com
For more options, visit this group at http://groups.google.com/group/trac-users
-~----------~----~----~----~------~----~------~--~---


robb at lclark

Oct 30, 2006, 2:28 PM

Post #15 of 32 (3995 views)
Permalink
Re: Unsupported version control system "svn" [In reply to]

Russ wrote:
> Also, trac can be used without svn, so if you're not using svn in your organization...
Thanks - but yep, am using svn.


I might have left a step out of the install process, however ...

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac Users" group.
To post to this group, send email to trac-users[at]googlegroups.com
To unsubscribe from this group, send email to trac-users-unsubscribe[at]googlegroups.com
For more options, visit this group at http://groups.google.com/group/trac-users
-~----------~----~----~----~------~----~------~--~---


manu.blot at gmail

Oct 30, 2006, 2:47 PM

Post #16 of 32 (3999 views)
Permalink
Re: Unsupported version control system "svn" [In reply to]

> I did build subversion myself - 1.4.0 - and explicitly did the SWIG
> bindings.

Search the ML archive: there is a special 'make' target to install the
bindings (I keep forgetting it, sorry). "make install" does not
install the bindings.

Cheers,
Manu

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac Users" group.
To post to this group, send email to trac-users[at]googlegroups.com
To unsubscribe from this group, send email to trac-users-unsubscribe[at]googlegroups.com
For more options, visit this group at http://groups.google.com/group/trac-users
-~----------~----~----~----~------~----~------~--~---


robb at lclark

Oct 30, 2006, 3:09 PM

Post #17 of 32 (3998 views)
Permalink
Re: Unsupported version control system "svn" [In reply to]

By the way, I'm doing this on a new centos 4.4 linux.

I successfully did a make-swig and install-make-swig, and found that the
libraries hadn't been installed into the python site-packages dir.
(Instead to /usr/local/lib)

Fine - So I create the symlinks from site-packages into
/usr/local/lib/svn-python ...

And now, when I attempt the import, I get an error message about a
library not being found:

ImportError: /usr/local/lib/libsvn_ra_dav-1.so.0: undefined symbol:
gss_delete_sec_context

Anybody have any clue what a cause of that might be?


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac Users" group.
To post to this group, send email to trac-users[at]googlegroups.com
To unsubscribe from this group, send email to trac-users-unsubscribe[at]googlegroups.com
For more options, visit this group at http://groups.google.com/group/trac-users
-~----------~----~----~----~------~----~------~--~---


rsivak at istandfor

Oct 30, 2006, 3:13 PM

Post #18 of 32 (3983 views)
Permalink
Re: Unsupported version control system "svn" [In reply to]

Robb Shecter wrote:
> Russ wrote:
>
>> Also, trac can be used without svn, so if you're not using svn in your organization...
>>
> Thanks - but yep, am using svn.
>
>
> I might have left a step out of the install process, however ...
>
>
On my system, I had to manually create symlinks for the svn and libsvn
folders in python's site-packages.

Russ


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac Users" group.
To post to this group, send email to trac-users[at]googlegroups.com
To unsubscribe from this group, send email to trac-users-unsubscribe[at]googlegroups.com
For more options, visit this group at http://groups.google.com/group/trac-users
-~----------~----~----~----~------~----~------~--~---


rsivak at istandfor

Oct 30, 2006, 4:03 PM

Post #19 of 32 (3996 views)
Permalink
Re: Unsupported version control system "svn" [In reply to]

Had the same problem... Narrowed it down to neon needing to be compiled with shared static libs.

Russ
Sent wirelessly via BlackBerry from T-Mobile.

-----Original Message-----
From: Robb Shecter <robb[at]lclark.edu>
Date: Mon, 30 Oct 2006 15:09:56
To:trac-users[at]googlegroups.com
Subject: [Trac] Re: Unsupported version control system "svn"


By the way, I'm doing this on a new centos 4.4 linux.

I successfully did a make-swig and install-make-swig, and found that the
libraries hadn't been installed into the python site-packages dir.
(Instead to /usr/local/lib)

Fine - So I create the symlinks from site-packages into
/usr/local/lib/svn-python ...

And now, when I attempt the import, I get an error message about a
library not being found:

ImportError: /usr/local/lib/libsvn_ra_dav-1.so.0: undefined symbol:
gss_delete_sec_context

Anybody have any clue what a cause of that might be?



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac Users" group.
To post to this group, send email to trac-users[at]googlegroups.com
To unsubscribe from this group, send email to trac-users-unsubscribe[at]googlegroups.com
For more options, visit this group at http://groups.google.com/group/trac-users
-~----------~----~----~----~------~----~------~--~---


robb at lclark

Oct 30, 2006, 4:12 PM

Post #20 of 32 (3990 views)
Permalink
Re: Unsupported version control system "svn" [In reply to]

Robb Shecter wrote:
> ImportError: /usr/local/lib/libsvn_ra_dav-1.so.0: undefined symbol:
> gss_delete_sec_context
>
Ah hah - I found a "worksforme" bug report that contains a workaround.
Configure subversion like this:

./configure --without-neon


It appears that this is a Redhat / Centos 4.4 issue.

I'd love to add this to the wiki - would there be an appropriate spot?


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac Users" group.
To post to this group, send email to trac-users[at]googlegroups.com
To unsubscribe from this group, send email to trac-users-unsubscribe[at]googlegroups.com
For more options, visit this group at http://groups.google.com/group/trac-users
-~----------~----~----~----~------~----~------~--~---


rsivak at istandfor

Oct 30, 2006, 4:35 PM

Post #21 of 32 (3995 views)
Permalink
Re: Unsupported version control system "svn" [In reply to]

This will break webdav. As I mentioned, neon needs to be built as a shared static library.

Russ
Sent wirelessly via BlackBerry from T-Mobile.

-----Original Message-----
From: Robb Shecter <robb[at]lclark.edu>
Date: Mon, 30 Oct 2006 16:12:35
To:trac-users[at]googlegroups.com
Subject: [Trac] Re: Unsupported version control system "svn"


Robb Shecter wrote:
> ImportError: /usr/local/lib/libsvn_ra_dav-1.so.0: undefined symbol:
> gss_delete_sec_context
>
Ah hah - I found a "worksforme" bug report that contains a workaround.
Configure subversion like this:

./configure --without-neon


It appears that this is a Redhat / Centos 4.4 issue.

I'd love to add this to the wiki - would there be an appropriate spot?



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac Users" group.
To post to this group, send email to trac-users[at]googlegroups.com
To unsubscribe from this group, send email to trac-users-unsubscribe[at]googlegroups.com
For more options, visit this group at http://groups.google.com/group/trac-users
-~----------~----~----~----~------~----~------~--~---


robb at lclark

Oct 30, 2006, 6:41 PM

Post #22 of 32 (3997 views)
Permalink
Re: Unsupported version control system "svn" [In reply to]

Russ wrote:
> This will break webdav. As I mentioned, neon needs to be built as a shared static library.
>

Ah hah. I'm actually using trac in the stand alone server mode -
exactly so that the installation is simpler. Thanks!

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac Users" group.
To post to this group, send email to trac-users[at]googlegroups.com
To unsubscribe from this group, send email to trac-users-unsubscribe[at]googlegroups.com
For more options, visit this group at http://groups.google.com/group/trac-users
-~----------~----~----~----~------~----~------~--~---


rsivak at istandfor

Oct 31, 2006, 5:52 AM

Post #23 of 32 (3973 views)
Permalink
Re: Unsupported version control system "svn" [In reply to]

Which error are you experiencing?

Russ
Sent wirelessly via BlackBerry from T-Mobile.

-----Original Message-----
From: "gmcgrath815[at]gmail.com" <gmcgrath815[at]gmail.com>
Date: Mon, 30 Oct 2006 21:15:37
To:"Trac Users" <trac-users[at]googlegroups.com>
Subject: [Trac] Re: Unsupported version control system "svn"


I also seem to be having issues posting here, anybody else?




--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac Users" group.
To post to this group, send email to trac-users[at]googlegroups.com
To unsubscribe from this group, send email to trac-users-unsubscribe[at]googlegroups.com
For more options, visit this group at http://groups.google.com/group/trac-users
-~----------~----~----~----~------~----~------~--~---


gmcgrath815 at gmail

Oct 31, 2006, 6:25 AM

Post #24 of 32 (3979 views)
Permalink
Re: Unsupported version control system "svn" [In reply to]

I've been having a very similar problem with SVN that I can't seem to
resolve, when I try to load svn's python bindings i get the following:
>>> import svn.repos
Traceback (most recent call last):
File "<stdin>", line 1, in ?
File "/usr/local/lib/svn-python/svn/repos.py", line 19, in ?
from libsvn.repos import *
File "/usr/local/lib/svn-python/libsvn/repos.py", line 5, in ?
import _repos
ImportError: /usr/local/lib/svn-python/libsvn/_repos.so: undefined
symbol: svn_swig_get_application_pool

I've build svn with:
'./configure' '--prefix=/usr/local' '--with-ssl' '--with-swig'
'--with-apxs=/usr/local/apache2/bin/apxs'
'--with-apr-config=/usr/local/apache2/bin/apr-1-config'
'--with-neon=/us
r/local' '--disable-neon-version-check' '--disable-mod-activation'

and run make swig-py and make install-swig-py. This configuration is
so that http and https support are enabled on my system (we need it
here). I've also added symbolic links from the python site-packages
area to the svn bindings (to no avail) then changed to a .pth file with
similarly little results.

I've also built neon with the following commands:
./configure --prefix=/usr/local/ --enable-shared --enable-static
--with-ssl=openssl --with-libs=/usr/local --enable-tests-install
--with-libxml2 --with-expat
to enable afore mentioned http and https capacity.

I can't for the life of me figure out what's going on here, any help
would be appreciated.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac Users" group.
To post to this group, send email to trac-users[at]googlegroups.com
To unsubscribe from this group, send email to trac-users-unsubscribe[at]googlegroups.com
For more options, visit this group at http://groups.google.com/group/trac-users
-~----------~----~----~----~------~----~------~--~---


tdkim at unimo

Nov 21, 2006, 7:07 PM

Post #25 of 32 (3825 views)
Permalink
Re: Unsupported version control system "svn" [In reply to]

In my case,

I use the subversion-1.4.2 for a console command.

but I use svn-1.3.2 for a subversion-swig-binding.



This is not a perfect solution. Sorry.



Try to install svn-1.3.2-swig-py for subversion-swig-binding.



Thanks..





_____

From: trac-users[at]googlegroups.com [mailto:trac-users[at]googlegroups.com] On
Behalf Of Fabiano Freitas
Sent: Wednesday, November 22, 2006 5:05 AM
To: trac-users[at]googlegroups.com
Subject: [Trac] Unsupported version control system "svn"



I all.

When I click in "Browser Source" the error is raise:
>>> Unsupported version control system "svn"

When I type de command:

$ python
>> from svn import core
The error is raised
Traceback (most recent call last):
File "<stdin>", line 1, in ?
File "/usr/local/lib/svn-python/svn/core.py", line 19, in ?
from libsvn.core import *
File "/usr/local/lib/svn-python/libsvn/core.py", line 5, in ?
import _core
ImportError: /usr/local/lib/libsvn_ra_dav-1.so.0: undefined symbol:
gss_delete_sec_context


I use Red Hat EL 4, SVN 1.4.0, Apache 2.0.59, Swig 1.3.29, ClearSilver
0.9.3, Silvercity 0.9.! 6 and Trac 0.10.2

Anyone knows how I resolve this error ?????

Thanks
Fabiano Freitas



_____

Yahoo! Search
Mzsica para ver e ouvir: You're
<http://us.rd.yahoo.com/mail/br/tagline/search/video/*http:/br.search.yahoo.
com/search/video?p=james+blunt&ei=UTF-8&cv=g&x=wrt&vm=r&fr=intl-mail-br-b>
Beautiful, do James Blunt




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

First page Previous page 1 2 Next page Last page  View All Trac users RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact lists@gossamer-threads.com
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.