如何在不首先进行初始结帐的情况下执行 COMMIT?
我已经有一个在线存储库,但我想提交硬盘上的内容并忽略在线存储库上的内容。
我知道我可以对空白文件夹进行初始签出,然后删除下载的文件,将新文件粘贴到 Windows 资源管理器中的文件夹中,然后然后进行提交。但我宁愿跳过这一步。一定有办法做到这一点。正确的?
I have a repository already online, but I want to commit what I have on my hard drive and disregard what is on the online repository.
I know I can do an initial checkout on a blank folder, then delete the downloaded files, paste the new files to the folder in Windows Explorer and then do a commit. But I'd rather skip this step. There must be a way to do this. Right?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以直接在 TortoiseSVN 的“浏览存储库”中删除存储库中的文件对话。
在那里,您还可以直接使用“添加...”或执行简单的拖放操作从本地驱动器添加文件。
You can delete files directly in the repository in TortoiseSVN's "browse repository" dialog.
There, you can also add files from your local drive directly using "Add..." or doing a simple drag and drop.