You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Steffen Schramm <st...@gmx.de> on 2003/10/04 18:19:36 UTC

Newbie - subversion standalone server on linux webserver

Hello

Perhaps it sounds a bit stupid for linux experts.. but let me explain:

I managed to install a Subversion server on my local Win2k system, but I 
have almost no idea what to do to install it on linux. I have access to a 
subdomain of a linux root server from 1&1 webhosting (Suse 8.1). The one 
who has root access to the whole site doesn't know much more about linux, 
and nothing about versioning systems. I can access my subdomain with FTP 
and SSH, and even eggdrop bots and cron jobs can run there, so I can do a 
bit more than just upload html files. But is it enough for an subversion 
server? It's an older version of apache (1.3 I think), so this won't work. 
Remains svnserve as standalone server. I didn't manage to compile the 
source there - complained about the old version of Apache, and installing 
the Suse RPM was not possible as I don't have root access. Let's say, I 
would get root access for a short time, or the one with root access would 
install it. Is it possible? And how complicated would it be?

You probably can answer the question, if you know if

1. It should be possible to install and run subversion with svnserve on a 
linux root webserver
2. svnserve can run from a user account with limited rights -> running with 
svn://myusersubdomain.therootdomain.de

In the case it is possible, can you give me some example commands and hints 
how do it? Basically SVN-SUSE-RPM-installing-for-linux-newbies.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: more problems...

Posted by Daniel Patterson <da...@adaptiveinternational.com>.
On Mon, 2003-10-06 at 11:12, Christopher Baus wrote:
> Having fixed my failing checkouts, I am now having
> another problem.  co is failing again, for some
> unknown reason...
> 
> I do
> 
> rmdir /s src
> svn co http://ip/svn/rep/trunk src
> ... check out a few hundred files ...
> A  src\thirdparty\wx\utils\helpgen
> A  src\thirdparty\wx\utils\helpgen\src
> A  src\thirdparty\wx\utils\helpgen\src\HelpGenVC.dsp
> A  src\thirdparty\wx\utils\helpgen\src\HelpGenVC.dsw
> svn: Obstructed update
> svn: failed to add directory
> 'src/thirdparty/wx/utils/HelpGen': object of the
>  same name already exists

  Try browsing your repository, you've probably got a case-sensitivity
  issue.  It looks to me like you're on Win32?

  Do you have utils\helpgen and utils\HelpGen ?  In subversion, these
  are two *different* directories.

  The Subversion repository is case sensitive, your filesystem
  is not.  Be careful when renaming things.

daniel


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

svn windows performance...

Posted by Christopher Baus <ch...@yahoo.com>.
I have found one thing that really hits windows
performance.  The indexing service.  cisvc.exe can hit
100% cpu usage on large check outs.  I'm not sure if
that is the root of all my problems, but turning it
off certainly made my checkouts faster.  

I'm currently running about 150 megs in a the
repository and checkout times are around 15 minutes
over HTTP.

__________________________________
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

more problems...

Posted by Christopher Baus <ch...@yahoo.com>.
Having fixed my failing checkouts, I am now having
another problem.  co is failing again, for some
unknown reason...

I do

rmdir /s src
svn co http://ip/svn/rep/trunk src
... check out a few hundred files ...
A  src\thirdparty\wx\utils\helpgen
A  src\thirdparty\wx\utils\helpgen\src
A  src\thirdparty\wx\utils\helpgen\src\HelpGenVC.dsp
A  src\thirdparty\wx\utils\helpgen\src\HelpGenVC.dsw
svn: Obstructed update
svn: failed to add directory
'src/thirdparty/wx/utils/HelpGen': object of the
 same name already exists

I assume this has something to do with Windows nameing
conventions?  src was completely empty before doing
co.  It was a totally fresh co...

Christopher

__________________________________
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org