开发者

How to run svn list when using psvn in emacs?

I'm trying to do two things:

How can I do the equivalent of

$ svn list开发者_开发技巧 svn+ssh://user@hostname/path/to/repo

and after that how does one initially check out a file in that same repo called filename.ext

$ svn co svn+ssh://user@hostname/path/to/repo/filename.ext

when using psvn from within emacs? Once something has already been checked out - no problem.. I'm good with psvn and know what to do.


M-x svn-status-ls does the job.


AFAIK there's no way to do that directly with psvn, but you can easily run those commands from Emacs using either M-! or M-x compile.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜