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 <daniil...@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)