You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Marc Logemann <ma...@logemann.org> on 2004/09/25 19:02:25 UTC

linux bootscript for subversion

Hi,

is there some skelleton for a linux bootscript anywhere in the 
subversion source distribution? Or is it possible to start svnserve via 
(x)inetd and also apply -t for tunneling mode?

My thinking right now is that you can use inetd when you want local 
subversion auth or as standalone daemon with -t when needing SSH. Please 
correct me if i am wrong.


-- 
regards
Marc Logemann
http://www.logemann.org
http://www.logentis.de

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

Re: linux bootscript for subversion

Posted by Marc Logemann <ma...@logemann.org>.
Marc Haisenko wrote:
> On Saturday 25 September 2004 21:02, Marc Logemann wrote:
> 
>>Hi,
>>
>>is there some skelleton for a linux bootscript anywhere in the
>>subversion source distribution? Or is it possible to start svnserve via
>>(x)inetd and also apply -t for tunneling mode?
>>
>>My thinking right now is that you can use inetd when you want local
>>subversion auth or as standalone daemon with -t when needing SSH. Please
>>correct me if i am wrong.
> 
> 
> If you're using the svn+ssh://... access method all you need is to have the 
> SSH daemon run and have svnserve in your $PATH. Most distributions run sshd 
> by default, if not "chkconfig sshd on" should do the trick.
> 
> I don't recommend running svnserve standalone, feels unsafe to me but that may 
> just be me.

Oh yeah, you re right, once again i interpreted the behavior of SSH 
wrong, because the SSH daemon calls svnserve for me. Then its unclear to 
me why the docs expose the "-t" option, because if i get this right, 
this option will be supplied by svn (or tortoiseSVN in my setup) client 
and you have to worry about that at all.


-- 
regards
Marc Logemann
http://www.logemann.org
http://www.logentis.de

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

RE : svn: can't recode string

Posted by TRICHET Stéphane <tr...@wanadoo.fr>.
Hello,

I am using the cygwin subersion on windows XP (svn, version 1.0.6
(r10360)).
I have added my files with a client on window XP with tortoiseSVN by my
ssh tunnel.
All the client with TortoiseSVN works well.
But on my server, when i open a shell with cygwin and i attempt to make
:
Svn checkout file://repo/OWTec
I have got this error : "Svn : Can't recode string"

Do you need more information ?
(and i have this error with files who contains "é" or "è" for example)

Thx,

=========================================
OnWeb Technologies
(Votre site Internet à la commission)
 
Trichet Stéphane - Directeur Technique
Tel : 06-84-05-17-00
Email : stephane.t@owtec.com
Site Internet (en construction) : http://www.owtec.com
=========================================
 

-----Message d'origine-----
De : John Szakmeister [mailto:john@szakmeister.net] 
Envoyé : lundi 27 septembre 2004 13:21
À : users@subversion.tigris.org
Objet : Re: svn: can't recode string

Monday, September 27, 2004, 5:14:41 AM, TRICHET Stéphane wrote:
> Hello,
> 
> When i attempt to checkout my repository i have this error message :
> Svn : Can't recode string
> 
> I think there is a problem with encoding ?

You would be correct.

> Can you help me ?

We need a little more information here.  What version of SVN are you
using?  On which platform(s)?

-John




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


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


Re: svn: can't recode string

Posted by John Szakmeister <jo...@szakmeister.net>.
Monday, September 27, 2004, 5:14:41 AM, TRICHET Stéphane wrote:
> Hello,
> 
> When i attempt to checkout my repository i have this error message :
> Svn : Can't recode string
> 
> I think there is a problem with encoding ?

You would be correct.

> Can you help me ?

We need a little more information here.  What version of SVN are you
using?  On which platform(s)?

-John




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

RE: Large Subversion installation in an enterprise environment

Posted by Alex Jouravlev <al...@businessabstraction.com>.
John,

Good collection of stories, however they are mainly build around "SVN is
better then CVS" statement.
I am more interesting in reports of SVN running against the likes of
ClearCase.

Regards,
Alex

-----Original Message-----
From: John Szakmeister [mailto:john@szakmeister.net]
Sent: Monday, September 27, 2004 9:17 PM
To: users@subversion.tigris.org
Subject: Re: Large Subversion installation in an enterprise environment


Monday, September 27, 2004, 6:40:21 AM, Alex Jouravlev wrote:
> Just a general question
>
> Do you know of successful Subversion installations:
>  1. in an enterprise environment
>  2. more then one team
>  3. used by developers as well as non-programmers like analysts etc.?

I think some of what you want can be found here.

http://subversion.tigris.org/propaganda.html

-John


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



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

Re: Large Subversion installation in an enterprise environment

Posted by John Szakmeister <jo...@szakmeister.net>.
Monday, September 27, 2004, 6:40:21 AM, Alex Jouravlev wrote:
> Just a general question
> 
> Do you know of successful Subversion installations:
>  1. in an enterprise environment
>  2. more then one team
>  3. used by developers as well as non-programmers like analysts etc.?

I think some of what you want can be found here.

http://subversion.tigris.org/propaganda.html

-John


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

Large Subversion installation in an enterprise environment

Posted by Alex Jouravlev <al...@businessabstraction.com>.
Just a general question

Do you know of successful Subversion installations:
 1. in an enterprise environment
 2. more then one team
 3. used by developers as well as non-programmers like analysts etc.?

Thank you

Alex Jouravlev


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

svn: can't recode string

Posted by TRICHET Stéphane <tr...@wanadoo.fr>.
Hello,

When i attempt to checkout my repository i have this error message :
Svn : Can't recode string

I think there is a problem with encoding ?

Can you help me ?

A poor french user :)



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

Re: linux bootscript for subversion (repost cause of important grammar correction)

Posted by Marc Logemann <ma...@logemann.org>.
Marc Haisenko wrote:
> On Saturday 25 September 2004 21:02, Marc Logemann wrote:
> 
>>Hi,
>>
>>is there some skelleton for a linux bootscript anywhere in the
>>subversion source distribution? Or is it possible to start svnserve via
>>(x)inetd and also apply -t for tunneling mode?
>>
>>My thinking right now is that you can use inetd when you want local
>>subversion auth or as standalone daemon with -t when needing SSH. Please
>>correct me if i am wrong.
> 
> 
> If you're using the svn+ssh://... access method all you need is to have the 
> SSH daemon run and have svnserve in your $PATH. Most distributions run sshd 
> by default, if not "chkconfig sshd on" should do the trick.
> 
> I don't recommend running svnserve standalone, feels unsafe to me but that may 
> just be me.

Oh yeah, you re right, once again i interpreted the behavior of SSH
wrong, because the SSH daemon calls svnserve for me. Then its unclear to
me why the docs expose the "-t" option, because if i get this right,
this option will be supplied by svn (or tortoiseSVN in my setup) client
and you DONT have to worry about that at all.


-- 
regards
Marc Logemann
http://www.logemann.org
http://www.logentis.de


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

Re: linux bootscript for subversion

Posted by Marc Haisenko <ha...@webport.de>.
On Saturday 25 September 2004 21:02, Marc Logemann wrote:
> Hi,
>
> is there some skelleton for a linux bootscript anywhere in the
> subversion source distribution? Or is it possible to start svnserve via
> (x)inetd and also apply -t for tunneling mode?
>
> My thinking right now is that you can use inetd when you want local
> subversion auth or as standalone daemon with -t when needing SSH. Please
> correct me if i am wrong.

If you're using the svn+ssh://... access method all you need is to have the 
SSH daemon run and have svnserve in your $PATH. Most distributions run sshd 
by default, if not "chkconfig sshd on" should do the trick.

I don't recommend running svnserve standalone, feels unsafe to me but that may 
just be me.
C'ya,
	Marc

-- 
Marc Haisenko
Systemspezialist
Webport IT-Services GmbH
mailto: haisenko@webport.de

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