svnant 命令将文件从 ssh 存储库复制到服务器?
大家好,有谁知道如何编写 svn-ant 的复制命令,或者只是 svn 从 ssh 存储库 复制文件(svn+ssh://[电子邮件受保护]/media/repository/files) 到服务器文件夹< /strong> (var/httdocs/files)
Hi is there anybody who knows how to write the copy command for svn-ant or just svn to copy files from an ssh repository(svn+ssh://[email protected]/media/repository/files) to a server folder (var/httdocs/files)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为你想要 svn 导出 命令。
命令行将如下所示:
svnant 等效项 将如下所示:
I think you want the svn export command.
The command line would look like this:
The svnant equivalent would look like this: