[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: another qustion about windows platform

From: Stroemfeldt, Casper (CDS-VPI) <STR_at_euro.who.int>
Date: 2004-08-03 13:50:17 CEST

Hi Mario,
You need to look in the /conf/svnserve.conf file in the repository.

In the [general] section you'll see:
# anon-access = read
# auth-access = write

For testing you can uncomment the anon-access line and write access (write
indicates read AND write access).
Remember to uncomment the line # [general]

Eventually you might want to create a password file in this format:
[users]
username = password

and reference that file in the line
password-db = path/to/password_file

You'll find more information in the Subversion documentation Chapter 6.
"Server Configuration"

Best regards,
Casper

-----Original Message-----
From: Mario Ren [mailto:netmars@sjtu.edu.cn]
Sent: 03 August 2004 13:17
To: users@subversion.tigris.org; mchvs@hotmail.com
Subject: another qustion about windows platform

Hi Marcos,
       Thank you for your help. I followed your instructions and set the svn
server on windows platform by using "svnserve -d -root=E:\repo". And on
linux as the svn client ,when I tried "svn import -m "New" /project
svn://192.168.1.100/proj1_repo", the console shows "svn: Connection is
Read-only" and exit. I tried through the documents but I did not find any
hint related with this problem. Could you help again about this problem?
Thanks.
 
Mario

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Aug 3 13:51:58 2004

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.