Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > Miscellaneous > Announcements

Notices

Reply
 
Thread Tools Search this Thread
Old 03-22-2009, 07:58 AM   #76
hansel
JSR FFD2
hansel can extract oil from cheesehansel can extract oil from cheesehansel can extract oil from cheesehansel can extract oil from cheesehansel can extract oil from cheesehansel can extract oil from cheesehansel can extract oil from cheesehansel can extract oil from cheese
 
hansel's Avatar
 
Posts: 305
Karma: 1045
Join Date: Aug 2008
Location: Rotterdam, Netherlands, Europe, Sol 3
Device: iliad
Thanks! it works.
hansel is offline   Reply With Quote
Old 03-22-2009, 09:06 AM   #77
netseeker
sleepless reader
netseeker ought to be getting tired of karma fortunes by now.netseeker ought to be getting tired of karma fortunes by now.netseeker ought to be getting tired of karma fortunes by now.netseeker ought to be getting tired of karma fortunes by now.netseeker ought to be getting tired of karma fortunes by now.netseeker ought to be getting tired of karma fortunes by now.netseeker ought to be getting tired of karma fortunes by now.netseeker ought to be getting tired of karma fortunes by now.netseeker ought to be getting tired of karma fortunes by now.netseeker ought to be getting tired of karma fortunes by now.netseeker ought to be getting tired of karma fortunes by now.
 
netseeker's Avatar
 
Posts: 4,763
Karma: 615547
Join Date: Jan 2008
Location: Germany, near Stuttgart
Device: Sony PRS-505, PB 360° & 302, nook wi-fi, Kindle 3
Quote:
Originally Posted by Alexander Turcic View Post
hansel, thanks for the report! The problem was a memory exhaustion issue on the server running the svn and trac. Trac running on python is the culprit.

I restarted the services and it should work fine again.

Does anyone know of a good non-Python-based replacement for trac?
Without research at least Redmine and Collaboa both ruby-based are coming to mind...
netseeker is offline   Reply With Quote
Advert
Old 03-22-2009, 10:40 AM   #78
hansel
JSR FFD2
hansel can extract oil from cheesehansel can extract oil from cheesehansel can extract oil from cheesehansel can extract oil from cheesehansel can extract oil from cheesehansel can extract oil from cheesehansel can extract oil from cheesehansel can extract oil from cheese
 
hansel's Avatar
 
Posts: 305
Karma: 1045
Join Date: Aug 2008
Location: Rotterdam, Netherlands, Europe, Sol 3
Device: iliad
Quote:
Originally Posted by Alexander Turcic View Post
The problem was a memory exhaustion issue on the server running the svn and trac. Trac running on python is the culprit.

I restarted the services and it should work fine again.

Does anyone know of a good non-Python-based replacement for trac?
Why not just let cron restart it once a day? Not elegant, but probably quick enough to get away with

Moving to something else (other than trac) implies moving the current content...

Last edited by hansel; 03-22-2009 at 10:42 AM.
hansel is offline   Reply With Quote
Old 03-22-2009, 11:00 AM   #79
pilotbob
Grand Sorcerer
pilotbob ought to be getting tired of karma fortunes by now.pilotbob ought to be getting tired of karma fortunes by now.pilotbob ought to be getting tired of karma fortunes by now.pilotbob ought to be getting tired of karma fortunes by now.pilotbob ought to be getting tired of karma fortunes by now.pilotbob ought to be getting tired of karma fortunes by now.pilotbob ought to be getting tired of karma fortunes by now.pilotbob ought to be getting tired of karma fortunes by now.pilotbob ought to be getting tired of karma fortunes by now.pilotbob ought to be getting tired of karma fortunes by now.pilotbob ought to be getting tired of karma fortunes by now.
 
pilotbob's Avatar
 
Posts: 19,832
Karma: 11844413
Join Date: Jan 2007
Location: Tampa, FL USA
Device: Kindle Touch
Quote:
Originally Posted by Alexander Turcic View Post
Does anyone know of a good non-Python-based replacement for trac?
There are tons o' them. Bugzilla is the grand daddy isn't it? Perl based.

Of course Jira is another big one. It is free for open source projects/communities.THis is java based.

Then there is scarab on Tigris.

BOb
pilotbob is offline   Reply With Quote
Old 03-22-2009, 11:16 AM   #80
Alexander Turcic
Fully Converged
Alexander Turcic ought to be getting tired of karma fortunes by now.Alexander Turcic ought to be getting tired of karma fortunes by now.Alexander Turcic ought to be getting tired of karma fortunes by now.Alexander Turcic ought to be getting tired of karma fortunes by now.Alexander Turcic ought to be getting tired of karma fortunes by now.Alexander Turcic ought to be getting tired of karma fortunes by now.Alexander Turcic ought to be getting tired of karma fortunes by now.Alexander Turcic ought to be getting tired of karma fortunes by now.Alexander Turcic ought to be getting tired of karma fortunes by now.Alexander Turcic ought to be getting tired of karma fortunes by now.Alexander Turcic ought to be getting tired of karma fortunes by now.
 
Alexander Turcic's Avatar
 
Posts: 18,163
Karma: 14021202
Join Date: Oct 2002
Location: Switzerland
Device: Too many to count here.
Redmine is one I have been looking at and that looks most promising. It also makes for a rather easy migration from Trac.

For now, we are monitoring memory usage of Trac and gracefully restart it when it exceeds a certain threshold. That should do the trick.
Alexander Turcic is offline   Reply With Quote
Advert
Old 12-16-2009, 06:55 AM   #81
codeMonkey
Zealot
codeMonkey is not intimidated by interfenestral monkeys.codeMonkey is not intimidated by interfenestral monkeys.codeMonkey is not intimidated by interfenestral monkeys.codeMonkey is not intimidated by interfenestral monkeys.codeMonkey is not intimidated by interfenestral monkeys.codeMonkey is not intimidated by interfenestral monkeys.codeMonkey is not intimidated by interfenestral monkeys.codeMonkey is not intimidated by interfenestral monkeys.codeMonkey is not intimidated by interfenestral monkeys.codeMonkey is not intimidated by interfenestral monkeys.codeMonkey is not intimidated by interfenestral monkeys.
 
Posts: 125
Karma: 26758
Join Date: Aug 2009
Location: UK
Device: Cool-ER (running pocketbook firmware), Nokia N800, Nokia N900
Hopefully this is a quick question - I've had a search but so far been unable to come up with anything.

I'm on the Manage Subversion Access Rights page for my project, and you have an option to add additional paths. The default path is /.

Where do any additional paths appear in terms of the svn file structure (https://dev.mobileread.com/svn/linuxname/) or in relation to the tags/branches/trunk structure already set up during the creation of the repository.

Is it the case that you create new directories using "svn mkdir branches" (for example) and then create a path linking to that as "/branches"?

Last edited by codeMonkey; 12-16-2009 at 07:01 AM.
codeMonkey is offline   Reply With Quote
Old 12-16-2009, 10:21 AM   #82
Alexander Turcic
Fully Converged
Alexander Turcic ought to be getting tired of karma fortunes by now.Alexander Turcic ought to be getting tired of karma fortunes by now.Alexander Turcic ought to be getting tired of karma fortunes by now.Alexander Turcic ought to be getting tired of karma fortunes by now.Alexander Turcic ought to be getting tired of karma fortunes by now.Alexander Turcic ought to be getting tired of karma fortunes by now.Alexander Turcic ought to be getting tired of karma fortunes by now.Alexander Turcic ought to be getting tired of karma fortunes by now.Alexander Turcic ought to be getting tired of karma fortunes by now.Alexander Turcic ought to be getting tired of karma fortunes by now.Alexander Turcic ought to be getting tired of karma fortunes by now.
 
Alexander Turcic's Avatar
 
Posts: 18,163
Karma: 14021202
Join Date: Oct 2002
Location: Switzerland
Device: Too many to count here.
They appear in relation to your project's root /. So if you create a path "obsolete", it would show as:

/
/branches/
/obsolete/
/tags/
/trunk/
Alexander Turcic is offline   Reply With Quote
Reply

Tags
development, subversion, svn, trac, wiki


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Travel Hub snoopy iRex 27 09-01-2011 03:24 PM
USB hub Nate the great iRex 7 08-23-2007 08:33 AM
Travel hub emkay iRex 2 07-25-2006 02:22 PM
Travel hub antonio_uk iRex 3 07-24-2006 02:54 PM


All times are GMT -4. The time now is 03:56 AM.


MobileRead.com is a privately owned, operated and funded community.