On Wed, Jan 21, 2009 at 3:42 PM, Anton Sharonov <[email protected]> wrote: > > Yuriy Rusinov wrote: >> Does there any way to set username and password for svn >> repositary for VCSCommit command > > Although I never use VCSCommit command [1], I suspect that it relies > on command line tool "svn", the same way as other VCS suite > commands are. And command line "svn" command in turn remembers > it's last used user / password per working copy. So you can try: > > - open console (cmd.exe on windows or xterm on unix) > - cd /path/to/your/working/copy > - svn log -r HEAD --username=user > <enter password interactively> > > try :VCSCommit from VIM.
Anton provides good advice. Additionally, it's worth noting that any arguments to the ':VCSCommit' command are assumed to be a commit message and therefore are not passed to the underlying VCS. --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
