> Sorry for delay, thanks a lot. But I have another question. when I try
> to do svn log -r HEAD --username=yuriyrusinov I don't receive password
> request,

Hmmm, may be it is the case of SVN server, which is setup for
"anonymous read access / authorization required for writing"...

If so, you can try to:

 - open console (cmd.exe on windows or xterm on unix)
 - cd /path/to/your/working/copy
 - edit / compile / test
 - svn commit -m "Very short commit message" --username=user .
     <enter password interactively>

 try :VCSCommit from VIM.

Make sure you issue "svn commit -m ..." in the same working copy,
where you do :VCSCommit later (Subversion maintains authorization
info per working copy, if I remember correctly).

Another thing to check, is that different subversion installs can
be involved. For example on windows - cygwin svn.exe and native
windows svn.exe - both can be in path and they both have separate
authorization caching.

PS: I have a feeling we are beginning to be kind of Off-topic
here, so you can e-mail me directly if you still have some
troubles.

-- 
Anton

--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to