On Wed, May 13, 2009 at 5:54 PM, Lars Zeb <larc...@yahoo.com> wrote: > > I am using a CentOS machine and wanted to add a folder to a VisualSVN > repo running on Windows which I created through the VisualSVN GUI. > > When I attempted to import data into the repo for the first time, I > was presented with questions I'd never seen before: > > [r...@fs etc]# svn import --message "initial load" ./conf > https://192.168.10.23:8443/svn/Freeswitch/trunk > Authentication realm: <https://192.168.10.23:8443> Subversion > Repositories > Password for 'root': > Authentication realm: <https://192.168.10.23:8443> Subversion > Repositories > Username: > > What are these about? Thanks, Lars > This is expected behavior. Subversion uses current username as default. You can override it with --username command line option.
-- Ivan Zhakov VisualSVN Team