You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Daniil S <da...@yahoo.com> on 2012/04/10 08:57:12 UTC

Where stored

Hello.

Documentation says:
------------
Initialize a destination repository for synchronization from
another repository.
…
$ svnsync initialize http://svn.example.com/svn-mirror \
                     http://svnbook.googlecode.com/svn \
                     --sync-username syncuser --sync-password syncpass
------------

And then you can simply
$ svnsync synchronize DEST_URL

My question: is there possibility to find out which username (and password if possible) were used at initial command? Where this values stored?

--
Thanks in advance,
Daniil

Re: Where stored

Posted by Daniel Shahaf <d....@daniel.shahaf.name>.
Nico Kadel-Garcia wrote on Sat, Apr 14, 2012 at 14:57:07 -0400:
> On Tue, Apr 10, 2012 at 2:57 AM, Daniil S <da...@yahoo.com> wrote:
> 
> > Hello.
> >
> > Documentation says:
> > ------------
> > Initialize a destination repository for synchronization from
> > another repository.
> > …
> > $ svnsync initialize http://svn.example.com/svn-mirror \
> >                      http://svnbook.googlecode.com/svn \
> >                      --sync-username syncuser --sync-password syncpass
> > ------------
> >
> > And then you can simply
> > $ svnsync synchronize DEST_URL
> >
> > My question: is there possibility to find out which username (and password if possible) were used at initial command? Where this values stored?
> >
> > --
> >
> That's a good question about "provenance". If stored anywhere, it would
> reside in $HOME/.subversoin/, along with authentication for any other
> previously accessed repositories.

CC'ing svnbook-dev@ as they may want to document that --sync-user is
needed on the second command unless authn creds were cached in
~/.subversion/auth/.  (and that the auth creds are never stored in r0 revprops)

Re: Where stored

Posted by Nico Kadel-Garcia <nk...@gmail.com>.
On Tue, Apr 10, 2012 at 2:57 AM, Daniil S <da...@yahoo.com> wrote:

> Hello.
>
> Documentation says:
> ------------
> Initialize a destination repository for synchronization from
> another repository.
> …
> $ svnsync initialize http://svn.example.com/svn-mirror \
>                      http://svnbook.googlecode.com/svn \
>                      --sync-username syncuser --sync-password syncpass
> ------------
>
> And then you can simply
> $ svnsync synchronize DEST_URL
>
> My question: is there possibility to find out which username (and password if possible) were used at initial command? Where this values stored?
>
> --
>
> That's a good question about "provenance". If stored anywhere, it would
reside in $HOME/.subversoin/, along with authentication for any other
previously accessed repositories.