Yes, Open Tortoise settings and select the network tab and add the -l and -pw options to the SSH Client command line. -l is the login name and -pw is the password. Your command line will look something like this C:\Program Files\TortoiseSVN\TortoisePlink.exe -l userid -pw mypassword Keep in mind that anyone using that computer will have access to your userid and password so this is definitely not secure but it is convenient. *Cory Powers* *Uversa Consulting, Inc.* /office: (480) 361-1876/ /cell: (602) 538-9314/ elemint@theriver.com wrote: > Cory Powers wrote: > >> You might want to try using SSH instead if you can since it is more >> secure and does not require the setup of an apache module. Tortoise >> supports using SSH via plink.exe which is included in the default >> installation. You would use a URL such as >> svn+ssh://user@servername.com/path/to/repo to check out the files. >> You just need to be sure that the user account has write access to >> the directory where the repositories are stored. >> >> *Cory Powers* >> *Uversa Consulting, Inc.* >> /office: (480) 361-1876/ >> /cell: (602) 538-9314/ >> >> >> >> elemint@theriver.com wrote: >> >>> Cory Powers wrote: >>> >>>> What access method are you using on the subversion server? >>>> >>>> Usually the problems I have had with subversion remote access >>>> revolve around file permissions when using SSH or DAV as the >>>> transport. >>>> >>>> *Cory Powers* >>>> *Uversa Consulting, Inc.* >>>> /office: (480) 361-1876/ >>>> /cell: (602) 538-9314/ >>>> >>>> >>>> >>>> elemint@theriver.com wrote: >>>> >>>>> I have gotten svn working although when I try to check something >>>>> out from svn using tourotise a windows client no go. >>>>> >>>>> I can check items out using command line options from the >>>>> subversion server but not from any windows clients. >>>>> >>>>> I am very new to subversion and cvs. >>>>> >>>>> The error I get is:.. >>>>> >>>>> PROPFIND request failed on /svn >>>>> PROPFIND of /svn: 301 moved permanently (http://svnserver) >>>>> >>>>> >>>>> Jim >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> --------------------------------------------------- >>>>> PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us >>>>> To subscribe, unsubscribe, or to change you mail settings: >>>>> http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss >>>>> >>> I am trying to use http but I am not sure how to install mod_dav_svn >>> >>> >>> Jim >>> >>> --------------------------------------------------- >>> PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us >>> To subscribe, unsubscribe, or to change you mail settings: >>> http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss >>> > Can toutouise be configured so it does not promt for the password > quite so often at time it seems like you are entering you password for > every thing you do. > > > > Jim > > --------------------------------------------------- > PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us > To subscribe, unsubscribe, or to change you mail settings: > http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss >