RapidSVN 向我的所有文件添加了问号
我是第一次使用 RapidSVN,并尝试了它的功能。我想将文件下载到我的主文件夹中,现在我的所有文件图标上都有一个问号。我怎样才能删除它?
我使用的是 Windows 7。
I was using RapidSVN for the first time and played around with the features. I wanted to download a file to my home folder and now all of my file icons have a question mark on them. How can I remove it?
I'm using Windows 7.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
它可能是表明该文件不在您的存储库中的图标。要删除它们,您需要删除工作副本,从主目录中删除 .svn 目录(假设您尚未合法使用该目录),然后从 RapidSVN 中删除书签。
通常,您会将文件从存储库检出到新目录中,而不是已经包含其他文件的目录。有一个入门指南 http://www.rapidsvn.org/index.php/Getting_to_know_RapidSVN< /a>
编辑:如果您想保留工作副本,您还可以选择不显示存储库中的文件。从“编辑”菜单中,取消选中“显示未版本控制的文件”。
It's probably the icon to show that the file is not in your repository. To remove them you'll need to delete the working copy, delete the .svn directory from your home directory (assuming you don't already have a legitimate use for that) and then delete the bookmark from within RapidSVN.
Generally you would check out files from a repository into a new directory, not one that contains other files already. There is a getting started guide at http://www.rapidsvn.org/index.php/Getting_to_know_RapidSVN
Edit: If you want to keep the working copy you could also choose to not show files from the repository. From the Edit menu, uncheck the "Show unversioned files".