如何使用命令提示符运行 SVN 命令和 Shell 脚本
我正在尝试找到解决方案,但我已经找到了任何东西。我想创建一个 GUI 应用程序,其中我接受 主机端口号、用户名 和 密码 。
成功连接后,我想通过 GUI 执行一些 Tortoise Svn 命令。 然后我想运行一个 shell 脚本。
请帮助我做到这一点。提前致谢。
感谢您的回复我正在尝试通过 Telnet 或 ssh 连接到远程主机,然后我想从某个目标文件夹上的 svn 导出数据。然后需要运行 default.sh shell 脚本,该脚本创建提取数据和其他内容的 zip。
我使用的是java 1.6,Tortoise Svn 1.6.16,我的操作系统是Win Xp。
I am trying to get an solution but i have found any thing on it. I want to create an GuI Application where i am accepting Host Port Number,User Name and Password .
After a Successful connection i want to execute some Tortoise Svn Commands through GUI.
Then I want to run one shell Script.
Please help me for doing this.Thanks in Advance.
Thanks for reply I am Trying to connect to remote Host through Telnet or ssh and then i want to export data from svn on some destination folder. and then need to run a default.sh shell script which creates zip of extracted data and other stuff.
i am using java 1.6, Tortoise Svn 1.6.16, My operating system is Win Xp.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
你不使用 Tortoise 来做这个。安装 Subversion 命令行客户端,并以这种方式运行命令。
http://www.collab.net/downloads/subversion/
You don't use Tortoise for this. Install the Subversion command-line client, and run your commands that way.
http://www.collab.net/downloads/subversion/
查看 SVNKit。它可能对你有帮助。
郑重声明 - 所有 svn 命令在任何地方都是相同的,它们不依赖于您正在使用的客户端。 Tortoise只是调用svn命令的实现之一。
Look at SVNKit. It might help you.
And for the record - all svn commands are the same everywhere, they does not depend on the client you are using. Tortoise is just one of implementations which calls the svn commands.