[Trac] Re: TRAC 0.11.1 on Subversion Edge 1.3 - SVN bindings

2010-11-16 Thread David.Frahm
My install attempt was a litle different:

- Installed on a new VM running Windows Server 2008

- Install CSE 1.3 (includes Python 2.5)
* Used Windows installer

- Modify PATH
* Original: C:\csvn\bin\;C:\csvn\Python25\;%SystemRoot%
\system32;%SystemRoot%;%SystemRoot%\System32\Wbem
* Updated: C:\csvn\bin\;C:\csvn\Python25\;C:\csvn\Python25\Scripts;
%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem

- Install Python setuptools 0.6c11
* Windows installer, Run as Administrator
* Installer failed because it couldn't find python, due to quotes used
in the registry entry
* Modify Registry InstallPath, to remove quotes
* HKEY_LOCAL_MACHINE\SOFTWARE\Python\PythonCore\2.5\InstallPath = C:
\csvn\Python25\
* After that, installer completed without errors

- Install Genshi 6
* C:\easy_install Genshi

- Install Trac 0.12.1
* C:\easy_install Trac==0.12.1
* Upgrade environments, e.g., C:\trac>trac-admin  upgrade
* Upgrade environment documentation, e.g., C:\trac>trac-admin sandbox
wiki upgrade
* Resynchronize repository, C:\trac>trac-admin sandbox repository
resync '*'

I don't have good notes on apache errors, but I do from just trying to
run Trac via tracd.exe:

- Warning: Can't synchronize with repository "(default)" (Unsupported
version control system "svn": No module named svn). Look in the Trac
log for more information.
- Fix: Install Windows python bindings
* 
http://sourceforge.net/projects/win32svn/files/1.6.13/svn-win32-1.6.13_py.zip/download
* Unzip and copy libsvn and svn folders to C:\csvn\Python25\Lib\site-
packages\

After that I got a different error:

- Warning: Can't synchronize with repository "(default)" (Unsupported
version control system "svn": No module named _fs). Look in the Trac
log for more information.
- Fix None found

At that point I gave up and installed BitNami's Trac Stack.

-- 
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] Re: Report and query table content no longer wrapping since upgrade

2010-11-16 Thread David.Frahm
Thank you.  Your solution worked perfectly.

On Nov 15, 3:55 pm, Remy Blank  wrote:
> David.Frahm wrote:
> > Is this a feature or a bug?  I didn't see it listed on the 0.12
> > Release Notes.
>
> This was a bug, that should be fixed with:
>
>  http://trac.edgewall.org/changeset/10229
>
> to be released in 0.12.2. As a workaround, you can set the following
> entry in a site-wide CSS stylesheet:
>
> .tickets tbody td, .reports tbody td {
>   white-space: normal;
>
> }
>
> -- Remy
>
>  signature.asc
> < 1KViewDownload

-- 
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] Trac on OSX

2010-11-16 Thread David Chase
I don't know if this is helpful, but I "run" three different Trac servers, one 
on a Solaris box, and two on Mac boxes.  For the two Macs, I used MacPorts to 
install (and keep up to date) the software.  This has worked quite well for me.

One advantage of using an sqlite(3) database is that you can usually do a live 
backup of an entire site just using rsync; one of the Mac-Tracs is a backup of 
the Solaris site, running on my laptop.  Because they are running different 
Trac versions, I have to upgrade the database after each backup (and make minor 
modifications to trac.ini).

Understand, on the Mac, I faked out the Solaris file system so that the server 
"sees" the same directory structure, but the server includes a tricky rendering 
plugin that caches images, and otherwise invokes emacs in batch mode, then 
pdflatex, then an image-mutating program, all from a Python script.  And 
MacPorts keeps it all up to date, and it works identically on the two servers 
(to the best of my ability to tell).

So, I very much recommend using MacPorts, and just going with what is the 
canned install, especially if you are just a few people.

David Chase

-- 
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] Trac on OSX

2010-11-16 Thread Matthew Caron

I have no idea what that is like at all. Seriously. ;-)


How I wish I could be the same!!


Actually, I was being sarcastic. I don't think I even get to go a whole 
day on just one job.



Right now, its about 3-4 ppl who'll be working on the server, of which only
1-2 might work simultaneously. So, from what you're saying I guess its not
necessary to have a MySQL DB.


I would agree.


But since the Snow Leopard server comes with
MySQL pre-installed, we'll probably move to that when we install trac on the
server.


That's what I would do.


In the meantime, I'll try and get another trac project running with
MySQL(after the installation procedure as you've explained in the mail) on
my system. I hope this is possible - to run a trac project on sqlite while
the other runs on mysql (both standalone).


As long as they have different .ini files and point at different 
databases, that's fine. You can even do two different ones on MySQL or 
two on SQLite, as long as the actual databases (the MySQL DB name or the 
SQLite table) are not the same.



This would ease my paranoia of being able to set it up with MySQL on the
server later on.


Understandable.


Is the Trac website the best place to direct new users to, to get a basic
idea of how it works?


We wrote up a basic "GettingStartedWithTrac" page and linked to it from 
the main Wiki page. This allowed us to craft a help page which is 
optimized for what most people do here, addresses our workflow and 
procedures, and explains several plugins which are installed. Of course, 
this varies by installation, so custom help is kind of the only way that 
it works.

--
Matthew Caron
Build Engineer
Sixnet | www.sixnet.com
O +1 518 877 5173 Ext. 138
F +1 518 602 9209
matt.ca...@sixnet.com

--
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.