简体   繁体   English

SVN客户端命令行Windows

[英]Svn Client command Line Windows

Is there any way to "browse" a repository through command line? 有什么方法可以通过命令行“浏览”存储库吗?

What I am doing is svn list : 我在做什么是svn list

svn list "http:svn-repository-url/Folder1/Folder2"

If I want to change folder from Folder2 to Folder1 I have to type the same command but one folder down, ie: 如果要将文件夹从Folder2更改为Folder1我必须键入相同的命令,但向下键入一个文件夹,即:

svn list "http:svn-repository-url/Folder1"

Is there any way to browse through remote repository without always type the svn list command? 有什么方法可以始终浏览svn list命令来浏览远程存储库?

That's what GUI clients such as TortoiseSVN are for. 这就是GUI客户端(例如TortoiseSVN)的用途。 I'm personally not sure how you'd expect a command-line client to browse without having to cd into another path with svn list . 我个人不知道你如何指望一个命令行客户端浏览,而无需cd与另一条路径svn list

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM