Closed GoogleCodeExporter closed 8 years ago
Are you using vim or gvim? If gvim, are you sure your path contains svn?
From within (g)vim, try the following:
:!svn info .
Original comment by bob.hies...@gmail.com
on 21 Mar 2012 at 1:44
Hi,
Thanks for your reply.
I use GVIM.
I tried the above command within the gvim.
and i get the following message:
svn: The path '.' appears to be part of a Subversion 1.7 or greater
working copy rooted at '<root dir path>'.
Please upgrade your Subversion client to use this working copy.
How can I resolve it?
Original comment by bsandee...@gmail.com
on 21 Mar 2012 at 6:54
[deleted comment]
Thanks for the reply.
Now SVN log, svn diff, svn info commands work properly.
However when I try to check-in my changes i get the following error.
"VCSCommand: Version control command failed: svn: symbol lookup error: svn:
undefined symbol: svn_opt__eat_peg_revisions"
Original comment by bsandee...@gmail.com
on 12 Apr 2012 at 8:08
[deleted comment]
You seem to be using an older SVN client to access a repository checked out by
SVN 1.7. You may want to upgrade your local SVN or make sure you use the right
one, if you have more than one installed.
Original comment by bob.hies...@gmail.com
on 12 Apr 2012 at 3:53
You get the 'No suitable plugin' message even with the proper client and the
proper working copy versions.
VCSCommand (actually vcssvn.vim) tries to find the .svn/ subdirectory in the
directory of the currently opened file.
However in svn 1.7 this .svn/ dir only exists in the root of the working copy,
and is no longer found in subdirectories within the wc.
Original comment by terminatorul@gmail.com
on 12 Apr 2012 at 4:20
You should not get that with version 46 of the plugin, which the reporter
referenced.
Original comment by bob.hies...@gmail.com
on 12 Apr 2012 at 6:34
Yes, that is correct. Sorry, I had an old version.
Original comment by terminatorul@gmail.com
on 13 Apr 2012 at 11:27
Thanks for the hint [Comment6]. It works for me now. Thanks very much for your
support.
Original comment by bsandee...@gmail.com
on 13 Apr 2012 at 12:27
Original issue reported on code.google.com by
bsandee...@gmail.com
on 16 Mar 2012 at 3:49