unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Passing flags using vc-do-command
@ 2011-03-07 17:53 Lute Kamstra
  2011-03-07 23:02 ` Stefan Monnier
  0 siblings, 1 reply; 12+ messages in thread
From: Lute Kamstra @ 2011-03-07 17:53 UTC (permalink / raw)
  To: emacs-devel

Hello everyone,

I'm writing a VC backend for Surround SCM, a version control program that is
used at my work.  I try to use vc-do-command to call the CLI of Surround, but
that's giving me some problems.  For example, to check out version 3 of file
"some_file.txt", you need to issue:

  sscm checkout some_file.txt -v3

So you need to pass the switch "checkout" before the file name and "-v3" after
the file name.  vc-do-command does not seem to support that.  As far as I can
tell, it only allows me to pass flags before the file name.  Am I missing
something?  If not, what would be the best way to remedy the situation?

Regards,

  Lute Kamstra



^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2011-03-15  2:06 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-03-07 17:53 Passing flags using vc-do-command Lute Kamstra
2011-03-07 23:02 ` Stefan Monnier
2011-03-09  6:32   ` Lute Kamstra
2011-03-09 18:21     ` Stefan Monnier
2011-03-10 13:58       ` Andy Moreton
2011-03-11  1:52         ` Stefan Monnier
2011-03-12  8:40         ` Lute Kamstra
2011-03-12  8:29       ` Lute Kamstra
2011-03-14 11:35         ` Lute Kamstra
2011-03-14 13:43         ` Stefan Monnier
2011-03-14 15:16           ` Lute Kamstra
2011-03-15  2:06             ` Stefan Monnier

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).