Sean Spicer | 1 Aug 2004 04:40
Picon

Problem with diffs in the SVN trunk


Hi,

I'm working on getting my open source project, OpenThreads 
(openthreads.sourceforge.net), up and running with trac, and I've run 
into a nice little snag while using the trunk.  I've registered this 
bug under ticket #670:

http://projects.edgewall.com/trac/ticket/670

Now, Jonas tells me that it's probably a function of the setup on my 
server, but I've followed all of the instructions on the site.  Here's 
what I've got:

Server: IBM 2 processor M-Pro wokstation
OS: Red Hat Enterprise Workstation 3.0, Update 2
Packages installed (for trac):

Python 2.2.3 (#1, Aug  8 2003, 08:44:02)
[GCC 3.2.3 20030502 (Red Hat Linux 3.2.3-13)] on linux2

clearsilver-0.9.10.tar.gz
pysqlite-0.5.1.tar.gz
swig-1.3.21.tar.gz
sqlite-2.8.15.tar.gz
subversion-1.0.6.tar.gz

Now here's the trick, diff views work just fine for me with 0.7.1, but 
I need the trunk in order to get proper developer permissions setup.  
Is there anyone who can help me debug what is going on here ?  I'm an 
(Continue reading)

Jonas Borgström | 1 Aug 2004 14:31
Favicon

Re: Problem with diffs in the SVN trunk

Sean Spicer wrote:
> 
> Hi,
> 
> I'm working on getting my open source project, OpenThreads 
> (openthreads.sourceforge.net), up and running with trac, and I've run 
> into a nice little snag while using the trunk.  I've registered this bug 
> under ticket #670:
> 
> http://projects.edgewall.com/trac/ticket/670
> 
> Now, Jonas tells me that it's probably a function of the setup on my 
> server, but I've followed all of the instructions on the site.  Here's 
> what I've got:
> 
> Server: IBM 2 processor M-Pro wokstation
> OS: Red Hat Enterprise Workstation 3.0, Update 2
> Packages installed (for trac):
> 
> Python 2.2.3 (#1, Aug  8 2003, 08:44:02)
> [GCC 3.2.3 20030502 (Red Hat Linux 3.2.3-13)] on linux2
> 
> clearsilver-0.9.10.tar.gz
> pysqlite-0.5.1.tar.gz
> swig-1.3.21.tar.gz
> sqlite-2.8.15.tar.gz
> subversion-1.0.6.tar.gz
> 
> Now here's the trick, diff views work just fine for me with 0.7.1, but I 
> need the trunk in order to get proper developer permissions setup.  Is 
(Continue reading)

Sean Spicer | 1 Aug 2004 17:56
Picon

Re: Problem with diffs in the SVN trunk


I'm not explicitly...I've got anon permissions setup for 
everything...I'll try that though...

I can display the unified diff just fine, by clicking on the link at 
the bottom of the page.

sean

On Aug 1, 2004, at 7:31 AM, Jonas Borgström wrote:

> Sean Spicer wrote:
>> Hi,
>> I'm working on getting my open source project, OpenThreads 
>> (openthreads.sourceforge.net), up and running with trac, and I've run 
>> into a nice little snag while using the trunk.  I've registered this 
>> bug under ticket #670:
>> http://projects.edgewall.com/trac/ticket/670
>> Now, Jonas tells me that it's probably a function of the setup on my 
>> server, but I've followed all of the instructions on the site.  
>> Here's what I've got:
>> Server: IBM 2 processor M-Pro wokstation
>> OS: Red Hat Enterprise Workstation 3.0, Update 2
>> Packages installed (for trac):
>> Python 2.2.3 (#1, Aug  8 2003, 08:44:02)
>> [GCC 3.2.3 20030502 (Red Hat Linux 3.2.3-13)] on linux2
>> clearsilver-0.9.10.tar.gz
>> pysqlite-0.5.1.tar.gz
>> swig-1.3.21.tar.gz
>> sqlite-2.8.15.tar.gz
(Continue reading)

Sean Spicer | 1 Aug 2004 18:03
Picon

Re: Problem with diffs in the SVN trunk


No luck, I can't find a authz_file line in my trac.ini file (at least 
not the trac.ini that's in the conf directory of my project)

still curious why it works with 0.7.1 ....

sean

On Aug 1, 2004, at 10:56 AM, Sean Spicer wrote:

>
> I'm not explicitly...I've got anon permissions setup for 
> everything...I'll try that though...
>
> I can display the unified diff just fine, by clicking on the link at 
> the bottom of the page.
>
> sean
>
> On Aug 1, 2004, at 7:31 AM, Jonas Borgström wrote:
>
>> Sean Spicer wrote:
>>> Hi,
>>> I'm working on getting my open source project, OpenThreads 
>>> (openthreads.sourceforge.net), up and running with trac, and I've 
>>> run into a nice little snag while using the trunk.  I've registered 
>>> this bug under ticket #670:
>>> http://projects.edgewall.com/trac/ticket/670
>>> Now, Jonas tells me that it's probably a function of the setup on my 
>>> server, but I've followed all of the instructions on the site.  
(Continue reading)

Michael Vogt | 1 Aug 2004 22:03
Picon

Re[2]: trac on Suse 8.2

Hi.

Jaap de Wolff <wolff@...> wrote:
> if your particular version is not mentioned, first read:
> http://projects.edgewall.com/trac/wiki/TracInstall
> after you installed all required packages, install trac by
> 
> $ python ./setup.py install
> 
> if this works, report it,
> if this does not work, tell us which problem you have, and we will look 
> if we have any suggestion

Thanks for your offer.

I believe I have all of the things needed installed. When I now enter 

$ trac-admin /path/to/projectenv initenv

I get the error message 

"Import Error: No module named libsvn.core"

svn itself is running OK, and no file or folder called libsvn can be found on the drive. So, where do I get this
file/folder from?

I found the same question in the email archive from last month, without an answer. Hope this has been solved
in the meantime.

Thanks,
(Continue reading)

Sean Spicer | 2 Aug 2004 00:44
Picon

Re: Re[2]: trac on Suse 8.2


I believe all you have to do is add the path:

/usr/local/lib/svn-python/

to your PYTHONPATH environment variable...assuming you've build the 
subversion python bindings (see the directory 
SVNROOT/subversion/bindings/INSTALL)

Hope that helps!

sean

On Aug 1, 2004, at 3:03 PM, Michael Vogt wrote:

> Hi.
>
> Jaap de Wolff <wolff@...> wrote:
>> if your particular version is not mentioned, first read:
>> http://projects.edgewall.com/trac/wiki/TracInstall
>> after you installed all required packages, install trac by
>>
>> $ python ./setup.py install
>>
>> if this works, report it,
>> if this does not work, tell us which problem you have, and we will 
>> look
>> if we have any suggestion
>
> Thanks for your offer.
(Continue reading)

Paul Puschmann | 2 Aug 2004 08:15

Re: Getting errors trying to access the Subversion repository from Trac

Bryan Dyck wrote:

> Hi all...
> 
> I posted a few days ago about having problems creating a project environment, which I was happily able to
solve with some help from the subversion-users mailing list.
> 
> That said, I am seeing a new error when I try to either "Browse Source" or view the "Timeline" tab in Trac. It
reports the following error and Python traceback:
> 
> Trac detected an internal error: 
> libapr-0.so.0: cannot open shared object file: No such file or directory
> 
> Traceback (most recent call last):
>   File "/usr/lib/python2.3/site-packages/trac/core.py", line 475, in cgi_start
>     real_cgi_start()
>   File "/usr/lib/python2.3/site-packages/trac/core.py", line 470, in real_cgi_start
>     dispatch_request(path_info, args, req, env, database)
>   File "/usr/lib/python2.3/site-packages/trac/core.py", line 378, in dispatch_request
>     module = module_factory(args, env, database, req)
>   File "/usr/lib/python2.3/site-packages/trac/core.py", line 137, in module_factory
>     globals(),  locals())
>   File "/usr/lib/python2.3/site-packages/trac/Browser.py", line 25, in ?
>     from svn import core, fs, util, delta
>   File "/usr/local/lib/svn-python/svn/core.py", line 21, in ?
>     from libsvn.core import *
>   File "/usr/local/lib/svn-python/libsvn/core.py", line 5, in ?
>     import _core
> ImportError: libapr-0.so.0: cannot open shared object file: No such file or directory
> 
(Continue reading)

Yann Klis | 2 Aug 2004 09:39

windows to linux migration


Hi all,

Is it possible to migrate a trac database from windows to linux?

Thx,

yk
Terry Dooher | 2 Aug 2004 10:53
Favicon

Re: windows to linux migration

You should just be able to copy the environment files from one to the 
other. I don't think there's any OS-specific stuff in them.

sqlite will let you do a dump/load cycle on the trac.db file; but this 
ignores everything else that is in the environment and is only really 
useful for making changes to the data that the interface doesn't allow.

Terry.

Yann Klis wrote:
> Hi all,
> 
> Is it possible to migrate a trac database from windows to linux?
> 
> Thx,
> 
> yk
> _______________________________________________
> Trac mailing list
> Trac@...
> http://lists.edgewall.com/mailman/listinfo/trac
> 
> 
Sean Spicer | 2 Aug 2004 22:23
Picon

Re: Problem with diffs in the SVN trunk


Okay, after much sleuthing, I've found the culprit...please see the attached patch.  Appearently there's
a bug in diffutils 2.8.1 such that "diff -u -2" doesn't work.  Rather it should be (and this is the new
appropriate way): "diff -U -2"

The patch changes things in the trunk to properly use an uppercase U.

thanks for all the help, I'm attaching the patch to ticket 670.

sean

On Sunday, August 01, 2004, at 09:03AM, Sean Spicer <saspicer@...> wrote:

>
>No luck, I can't find a authz_file line in my trac.ini file (at least 
>not the trac.ini that's in the conf directory of my project)
>
>still curious why it works with 0.7.1 ....
>
>sean
>
>On Aug 1, 2004, at 10:56 AM, Sean Spicer wrote:
>
>>
>> I'm not explicitly...I've got anon permissions setup for 
>> everything...I'll try that though...
>>
>> I can display the unified diff just fine, by clicking on the link at 
>> the bottom of the page.
>>
(Continue reading)


Gmane