服务器文件更改后刷新服务器存储库
我们有一个带有 svn 的服务器,充当一组目录的源代码控制。 紧急情况下,有人直接用vi编辑了文件。
如何将他们在 svn 之外所做的更改移至 svn 存储库中? 然后我会对本地工作副本进行“更新”......对吗?
We have a server with svn acting as source control for a set of directories.
In an emergency, someone directly edited the files using vi.
How do I move the changes that they made outside of svn into the svn repository?
Then I'd do an "update" on the local working copies ... right?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
一种方法是您可以拥有一个新的工作副本,将服务器上的文件复制到工作副本并提交修改。
One way is that you can have a fresh working copy, copy the files on the server to the working copy and commit the modifications.