[Trac] Re: Trac Upgrade from 0.8.1 to 0.11 !!

2008-09-11 Thread Steve Strobel

 2) Is it possible to upgrade Data directly from 0.8.1 to 0.11 ?

 I am not sure, I think so. The upgrade has a load of files that incorporate
 every schema change.

We just updated from 0.8 to 0.11 a few days ago by installing 0.11
from scratch (new server) then copying over the data.  I haven't
noticed any problems so far.

Steve

--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Integrating Trac with multiple Subversion repositories?

2008-09-11 Thread Steve Strobel

I have been using Trac and Subversion for some time, but they were
hosted on different servers so I never tried to integrate them.  I am
now moving them to the same server and hope to integrate them.  The
project that is managed with Trac encompasses several programs which
each stored in a separate Subversion repository.  I was able to
integrate one of the repositories, but not the others.  Is it possible
for a single Trac project to integrate with multiple Subversion
repositories?  Is the process documented somewhere?  Thanks for any
suggestions.

Steve


---
Steve Strobel
Link Communications, Inc.
1035 Cerise Rd
Billings, MT 59101-7378
(406) 245-5002 ext 102
(406) 245-4889 (fax)
WWW: http://www.link-comm.com
MailTo:[EMAIL PROTECTED]


--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] OT: [Trac] Trac Upgrade from 0.8.1 to 0.11 !!

2008-09-11 Thread W. Martin Borgert

I'm only commenting on the non-trac issues.

On 2008-09-10 07:34, peg wrote:
 We're using trac/svn for 2 years without any update !
...
 At the moment our server configuration is:
 - IBM eServe, Software RAID1, Linux Debian Sarge (2.6.8-2-386).
 - Apache2 : 2.0.54-Sarge1
 - Subversion : 1.1.4-2
 - Trac : 0.8.1-sarge7

Now we have Debian GNU/Linux 5.0 (Lenny, to be released soon)
with kernel 2.6.26, Apache 2.2.9, Subversion 1.5.1 and Trac
0.11.1.

 1) Must we change every thing ? (OS, Subversion, Python etc ...)

Not necessarily, but note, that security support has been
terminated for Sarge (3.1) on 2008-03-31. So it might be a good
idea to update.

 3) Do you have any suggestion or warning to do this big work ?

This cannot be said often enough: Backup everything first, so
you can try again, if something goes wrong.

Note, that Debian does not support a direct upgrade from 3.1
(sarge) to 5.0 (lenny). You have to update to 4.0 (etch) first
or install from scratch. A direct upgrade might work, but it's
not recommended.

Good luck!

--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: Adding custom permission to TRAC

2008-09-11 Thread Jerry Brown

Its at Trac-Hacks (track-hacks.com).

On Sep 5, 10:47 am, Hare [EMAIL PROTECTED] wrote:
 Hi,

 Is there way that I can add a custom permission this is to restrict
 some of the workflow transitions. I had seen some of the previous
 posts and it was asked to refer BlackMagicTicketTweaks. But I am not
 able to find the same.
 Thanks in advance for any pointers..

 --hare

--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: Adding custom permission to TRAC

2008-09-11 Thread Jeff Hammel

Actually, its at trac-hacks.org:

http://trac-hacks.org/wiki/BlackMagicTicketTweaksPlugin

Jeff Hammel
The Open Planning Project
http://topp.openplans.org

On Thu, Sep 11, 2008 at 01:39:10PM -0700, Jerry Brown wrote:
 
 Its at Trac-Hacks (track-hacks.com).
 
 On Sep 5, 10:47 am, Hare [EMAIL PROTECTED] wrote:
  Hi,
 
  Is there way that I can add a custom permission this is to restrict
  some of the workflow transitions. I had seen some of the previous
  posts and it was asked to refer BlackMagicTicketTweaks. But I am not
  able to find the same.
  Thanks in advance for any pointers..
 
  --hare
 
  

--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: Trac with FastCGI on lighttpd doesn't work: connect failed: Connection refused on unix:/tmp/trac-fastcgi.sock-3

2008-09-11 Thread dustin

I'm having a similar problem, but your solution mentioned here didn't
solve it (in fact, it didn't even change the error message).

I'm trying to get Trac installed using FastCGI for one vhost in my
overall Lighty system. I already have FastCGI handling all .php
requests on this server, and that is working wonderfully. I have about
10 vhosts, all working nicely, including the new one trying to serve
trac out of trac.foo.com.

Here's my lighttpd conf:

327 $HTTP[host] =~ trac.foo.com {
328   simple-vhost.server-root   = /srv/www/vhosts/
329   simple-vhost.default-host  = trac.foo.com
330   simple-vhost.document-root = /htdocs/
331  #auth.backend   = htdigest
332  #auth.backend.htdigest.userfile = /srv/www/vhosts/foo.com/
wiki/htdocs/lighttpd-htdigest.user
333  #auth.require   = ( / =
334  #   (
335  # method  = digest,
336  # realm   = Foo Wiki,
337  # require = user=foo
338  #   ),
339  # )
340 fastcgi.debug = 1
341 fastcgi.server = (/trac =
342   (trac =
343 (
344   check-local = disable,
345   socket = /tmp/trac-fastcgi.sock,
346   bin-path = /usr/lib/python2.3/site-packages/
Trac-0.11.1-py2.3.egg/trac/admin/templates/deploy_trac.fcgi,
347   bin-environment = (
348PYTHONPATH = /usr/lib/
python2.3/site-packages,
349 PYTHON_EGG_CACHE = /var/
tmp/trac,
350 TRAC_ENV = /srv/www/vhosts/
foo.com/trac/
351)
352 )
353   )
354 )
355 }

I suspect my problem is that when I installed Trac (
http://trac.edgewall.org/wiki/TracInstall ) it didn't seem to come
with the trac.fcgi that everyone references in their Lighttpd
setups. Where is that file? Am I expected to write it myself? I found
something that seems reasonable (see line 346 above), but it clearly
isn't working.

Any help is much appreciated!



On Jun 4, 1:21 am, Michael Schmarck
[EMAIL PROTECTED] wrote:
 Hello!



 Michael Schmarck [EMAIL PROTECTED] writes:
  I can startup lighttpd just fine with this configuration. BUT when
  I try to access http://$SERVER/trac, I get this in the error log of
  lighttpd:

  2008-06-04 09:30:23: (log.c.75) server started
  2008-06-04 09:30:28: (mod_fastcgi.c.1743) connect failed: Connection
  refused on unix:/tmp/trac-fastcgi.sock-3
  2008-06-04 09:30:28: (mod_fastcgi.c.2912) backend died; we'll disable
  it for 5 seconds and send the request to another backend instead:
  reconnects: 0 load: 1
  2008-06-04 09:30:28: (mod_fastcgi.c.2432) unexpected end-of-file
  (perhaps thefastcgiprocess died): 8
  2008-06-04 09:30:28: (mod_fastcgi.c.3281) response not received,
  request sent: 931 on socket: unix:/tmp/trac-fastcgi.sock-3 for /trac,
  closing connection

  $ ls -la /tmp/trac-fastcgi.sock-*
  srwxr-xr-x   1 webservd nobody 0 Jun  4 09:30 
  /tmp/trac-fastcgi.sock-0
  srwxr-xr-x   1 webservd nobody 0 Jun  4 09:30 
  /tmp/trac-fastcgi.sock-1
  srwxr-xr-x   1 webservd nobody 0 Jun  4 09:30 
  /tmp/trac-fastcgi.sock-2
  srwxr-xr-x   1 webservd nobody 0 Jun  4 09:30 
  /tmp/trac-fastcgi.sock-3

 As you can see/deduce here, I have lighttpd setup so, that it runs
 as webservd user. To get everything to work, I needed to point
 PYTHON_EGG_CACHE to some directory, were that user can write to.
 So I changed my lighttpd.conf to read:

 $HTTP[url] =~ ^/trac(?!/chrome/common) {
 # Even if you have otherfastcgi.server declarations for applications other 
 thanTrac, do NOT use += here
fastcgi.server = (/trac =
(trac =
 (socket = /var/tmp/trac/fastcgi.sock,
  bin-path =
 /export/home/webservd/trac/Trac-0.11dev/cgi-bin/trac.fcgi,
  check-local = disable,
  bin-environment =
(TRAC_ENV = 
 /export/home/webservd/trac/trac,
LC_TIME = de_CH,
PYTHONPATH = 
 /opt/csw/lib/python/site-packages,
PYTHON_EGG_CACHE = /var/tmp/trac)
 )
   )
 )

 }

 Ie. I needed to add PYTHON_EGG_CACHE to the bin-environment.

 That's of course also covered in theTracdocumentation 
 athttp://trac.edgewall.org/wiki/TracFastCgi#SimpleLighttpdConfiguration:)

 Out of interest: Where does lighttpd/python/trac/$whatever try to
 write to, if PYTHON_EGG_CACHE is not set?

 Thanks a lot,
 Michael

--~--~-~--~~~---~--~~
You received this message because you are 

WebObjects Installer CD for Windows

2008-09-11 Thread Alexander Lozovan

hello, all
can anybody point the way to obtain WebObjects installer for Windows?
thanks for any suggestions
// Alexander
___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]