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

Re: Question in using svnsync

From: ying lcs <yinglcs_at_gmail.com>
Date: 2007-02-15 04:39:23 CET

On 2/13/07, Erik Huelsmann <ehuels@gmail.com> wrote:
> On 2/13/07, ying lcs <yinglcs@gmail.com> wrote:
> > Hi,
> >
> > I am able to do 'svnsync init' successfully, but when I do a svnsync,
> >
> > it said 'Destination repository has not been initialized'.
> >
> > I went to my dest subversion server, I made sure that I have run
> > 'svnadmin create under /srv/svn/repositories/sample'
> >
> >
> > # svnsync init ${TOREPO} ${FROMREPO}
> > root@65.162.187.6's password:
> > Copied properties for revision 0.
> >
> > But when I do this:
> >
> > # svnsync sync ${FROMREPO}
> > svnsync: Destination repository has not been initialized
>
> How about
>
> svnsync sync ${TOREPO}
>
> ?
>
> > I am not sure why it said 'Destination repository has not been initialized'.
> >
> > Thanks for any more help.
>
> bye,
>
> Erik.
>

Thanks. But can you please tell me why subversion does not ask me for password?

I setup this in my passwd file:
[users]
# harry = harryssecret
# sally = sallyssecret
root = test

And this in my svnserve.conf file:
[general]
### These options control access to the repository for unauthenticated
### and authenticated users. Valid values are "write", "read",
### and "none". The sample settings below are the defaults.
# anon-access = read
auth-access = write
### The password-db option controls the location of the password
### database file. Unless you specify a path starting with a /,
### the file's location is relative to the conf directory.
### Uncomment the line below to use the default password file.
password-db = passwd

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Feb 15 04:40:30 2007

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.