[kforge-user] kforge 0.11 svn repo creation error

Rufus Pollock rufus.pollock at okfn.org
Mon Jul 24 10:22:38 UTC 2006


Omer KARAGOZOGLU wrote:
> Hello
> 
>             I have setup Kforge 0.11 but cannot create svn repo. When I 
> try to do so I receive the following error.
> 

[snip]

> 
>   File "/usr/lib/python2.3/site-packages/kforge/plugin/svn.py", line 100, in createRepository
> 
>     raise Exception('svnadmin create error: %s' % cmd)
> 
> Exception: svnadmin create error: svnadmin create /home/projeler/kforge/var/project_data/obsm/svn/15 --fs-type fsfs

What user does your web server run as? Does that user have write
permission to the directory where you are trying to create the repo:

/home/projeler/kforge/var/project_data/obsm/svn

If not make sure it does. Recall step 5 from quickstart installation
instructions (in INSTALL):

{{{
  5. Final touches:
     * set file permissions/ownerships (www-user is the user under which
the web
     server runs)
       $ chown -R <www-user>:<www-user> <base>
}}}

(see also the full explanation in the full instructions)


> One other question is about the django template at the moment my site is 
> nothing near the demo what could be done. I would appreciate any kind of 
> help. Thanks in advance.  
> 

I am not sure I entirely understand your question here. Do you wish to
change the theme or is the problem that the *default* theme is not
rendering correctly?

Regards,

Rufus





More information about the kforge-user mailing list