svn 奇怪的行为:导入到 svn 存储库时永远挂在单个文件上
我正在使用 netbeans 并导出了一个项目,以便使用我的 svn 存储库上的源代码创建一个新项目。
我右键单击项目名称并单击“导入到 subversion 存储库”,它将开始提交文件。但是,它挂在单个文件上并且无法完成提交。如果我删除该文件,似乎最终会找到另一个文件来卡住?为什么我不能提交我的新项目?
I'm using netbeans and have exported a project in order to create a new project using its source on my svn repository.
i am right clicking on the project name and clicking "import into subversion repository" and it will begin committing the files. However, it is hanging on a single file and wont finish the commit. If I delete that file, it seems to find another file to get stuck on eventually? What gives, why can't I commit my new project?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
检查svn挂起的文件的权限。我遇到了类似的问题,似乎这是由于缺少该文件的读取权限。
Check the permissions of the file svn hangs on. I had a similar issue, seems this is due to missing read permission for that file.