Dan Sully wrote:
> * Jason Tackaberry shaped the electrons to say...
> 
>> On Mon, 2008-03-10 at 08:23 -0700, Dan Sully wrote:
>>> And after investigation, trac requires being installed on the svn server.
>> I did notice that Duncan's demo install of trac seemed to have svn
>> integration but it's clearly not on the svn server.  So I wondered if a
>> local checkout (that synced every minute or whatever) was sufficient.
> 
> Yeah - doing an svn mirror is possible - it needs to actually create a repo,
> as opposed to just being a checkout.

I do it two ways: for the freevo branch:

export SVMREPOS=/var/svn/freevo-1
svm sync /
svm-expanded unlock / force

for kaa:
export SVMREPOS=/var/svn/kaa
svnsync --username svnsync sync file://${SVMREPOS}

As of subversion-1.5 it will possible to mirror a branch.

for the api source:
cd /sources/svn/pydoctor && pydoctor --config=freevo.cfg --make-html

I only sync one a day.

Take a look at the source browser, it's rather good:
http://www.linuxowl.com/projects/kaa/log/trunk

You can drill into a module, get a complete revision as a zip (tar.gz 
must work as well), see a coloured unified diff and download it.

Link comments to wiki pages.

The API Docs are not too bad, css doesn't conform yet, but does link 
back to the source.
http://www.linuxowl.com/apidocs/kaa/imlib2/nameIndex.html

Duncan

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Freevo-devel mailing list
Freevo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to