On Tue, Apr 10, 2012 at 2:57 AM, Daniil S <daniil_sb_at_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.
Received on 2012-04-14 20:57:38 CEST