开发者

How to run svn list when using psvn in emacs?

开发者 https://www.devze.com 2023-03-09 08:20 出处:网络
I\'m trying to do two things: How can I do the equivalent of $ svn list开发者_开发技巧 svn+ssh://user@hostname/path/to/repo

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

精彩评论

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