ramccor / vcscommand

Automatically exported from code.google.com/p/vcscommand
0 stars 0 forks source link

Editing SVN ignored files cause script errors #94

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Grab a checkout of an SVN repository.
2. Create a file in the repository and make sure it is ignored by SVN, either 
by setting svn:ignore on the directory or by using 
~/.subversion/config:global-ignores
3. Edit the file in VIM with the latest vcscommand plugin

What is the expected output? What do you see instead?
When I edit the file or even if I switch buffer back to the file, I get an 
error message from GetBufferInfo in vcssvn.vim.

What version of the product are you using? On what operating system?
VIM 7.3.409, vcscommand 1.99.46

Please provide any additional information below.
I've attached a patch that fixes the bug, setting VCSCommandBufferInfo to 
['Ignored'] for those files.

Original issue reported on code.google.com by dani.chu...@gmail.com on 1 Mar 2012 at 5:37

Attachments:

GoogleCodeExporter commented 9 years ago
Thank you for the patch.  Please shoot me your email and name if you'd like 
commit authorship credit.

Original comment by bob.hies...@gmail.com on 12 Apr 2013 at 3:40

GoogleCodeExporter commented 9 years ago
This is released in 1.99.47.

Original comment by bob.hies...@gmail.com on 13 Apr 2013 at 2:46