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.
精彩评论