如何使用命令提示符运行 SVN 命令和 Shell 脚本

发布于 2024-12-15 12:37:44 字数 363 浏览 1 评论 0原文

我正在尝试找到解决方案,但我已经找到了任何东西。我想创建一个 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

萌酱 2024-12-22 12:37:44

你不使用 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/

在风中等你 2024-12-22 12:37:44

查看 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文