Modify ↓
#6663 closed defect (worksforme)
Issues with subversion
Reported by: | Owned by: | Christian Boos | |
---|---|---|---|
Priority: | highest | Milestone: | |
Component: | version control | Version: | 0.10.4 |
Severity: | critical | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description (last modified by )
Hi, when I'am trying to add subversion it is giving an error saying Python bindings for "svn" needs to be correctly installed. I've installed swig, and its relative dependencies, still the same issue. Request you to resolve it ASAP.
This is the traceback:
... TracError: Unsupported version control system "svn". Check that the Python bindings for "svn" are correctly installed.
Attachments (0)
Change History (5)
comment:1 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Version: | → 0.10.4 |
comment:2 by , 17 years ago
Description: | modified (diff) |
---|---|
Resolution: | fixed |
Status: | closed → reopened |
comment:3 by , 17 years ago
Resolution: | → worksforme |
---|---|
Status: | reopened → closed |
comment:4 by , 17 years ago
He, thanks Noah ;-)
Also, for such kind of problems, see TracSubversion#unsupported-vcs.
comment:5 by , 17 years ago
If you are using Trac0.11, then if you give the repository location as empty, the this message will be displayed. Directory name needs to be given for repository location.
Note:
See TracTickets
for help on using tickets.
The problem is resolved. I've done export pythonpath=/../svn_python. It solved my problem.