简体   繁体   English

乌龟svn提交成功,但文件未提交

[英]tortoise svn commit success but file is not commited

This is the first time i use tortoise svn so please bear with me. 这是我第一次使用乌龟svn,所以请多多包涵。

I was commiting some files and they said it has been succeed. 我提交了一些文件,他们说已经成功了。 However, the file is not uploaded to the server. 但是,该文件未上载到服务器。

This is the screen shoot : 这是屏幕截图:

在此处输入图片说明

As you can see, some folders are marked green but not all of them are uploaded. 如您所见,有些文件夹标记为绿色,但并非所有文件夹都已上载。 Tortoise wont commit my "Livescore" and "InitActivity" which is the android studio project. 乌龟不会提交我的“ Livescore”和“ InitActivity”,这是android studio项目。 The other file/folder is uploaded without problem. 另一个文件/文件夹上传成功。

Please help me out, Thanks 请帮帮我,谢谢

If the commit has been successful and you did it from the root of your working copy, then I guess that it's just some kind of cached icons issue. 如果提交成功,并且您是从工作副本的根目录完成的,那么我想这只是某种缓存图标问题。 Press F5 a couple of times in the Windows Explorer and see if those icons change from red to green. 在Windows资源管理器中按两次F5 ,查看这些图标是否从红色变为绿色。

Otherwise right-click in the working copy and choose TortoiseSVN's SVN Commit... command. 否则,右键单击工作副本,然后选择TortoiseSVN的SVN Commit ...命令。 Do you see any uncommitted changes in the list ("Changes made")? 您在列表中看到任何未提交的更改(“所做的更改”)吗?

Try executing the clean-up command in TortoiseSVN. 尝试在TortoiseSVN中执行clean-up命令。

The reason is, at times on commit, the cache is not cleaned properly and red-icon (uncommitted changes) keeps appearing. 原因是,在提交时,有时无法正确清除缓存,并且红色图标(未提交的更改)不断出现。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM