Subversion core on a sharedhosting
Posted
by voidnothings
on Stack Overflow
See other posts from Stack Overflow
or by voidnothings
Published on 2010-03-30T17:07:22Z
Indexed on
2010/03/30
17:13 UTC
Read the original article
Hit count: 452
Hi! I've signed up for a shared hosting plan in bluehost and tried installing a subversion by following this instruction: bluehost forum svn install script all goes well at first even tried svnadmin create project_name
and was a success but then when I traverse to project_name
I got this error "svn: '.' is not a working copy
" when I run svn info
.
I think I may have encountered an error on the compilation process, can't remember exactly but i think it has something to do with a ".so" file when I run the make && make install
command , something about permission.
Any help or suggestion is very much appreciated. Thanks!
© Stack Overflow or respective owner