简体   繁体   English

如何通过Tortoise SVN在SVN上上传我的文件-需要先升级工作副本

[英]How to upload my files on SVN through Tortoise SVN - Need to upgrade the working copy first

I feel like a douche for not being able to upload a simple directory to SVN. 我无法将简单目录上载到SVN感觉很傻。

I am using Tortoise SVN version 1.8. 我正在使用Tortoise SVN 1.8版。

I selected a folder and did a checkout from the SVN folder. 我选择了一个文件夹,并从SVN文件夹中进行了签出。 When I had the existing folders, I added a new folder "New" and did a commit (by right clicking the folder and Selecting SVN Commit). 当我拥有现有文件夹时,我添加了一个新文件夹“ New”并进行了提交(通过右键单击该文件夹并选择SVN Commit)。 It showed all of the directory is uploaded or that's what I thought that everything should be uploaded. 它显示所有目录都已上传,或者这就是我认为应上传的所有内容。 But it missed quite a lot of items. 但是它错过了很多东西。

When I right clicked again and did an SVN Commit, it showed a lot of non-versioned files. 当我再次右键单击并执行SVN提交时,它显示了很多非版本文件。 When I selected All and clicked Ok (to commit), it gave me the following error. 当我选择全部并单击确定(提交)时,它给了我以下错误。

The working copy at the location is too old format (format 10) to work with client version 1.8.0 (it expects format 31). 该位置的工作副本格式太旧(格式10),无法与客户端版本1.8.0一起使用(期望格式31)。 You need to upgrade the working copy first . 您需要先升级工作副本

Could you help that how can I upgrade the working copy first? 您能帮我先升级工作副本吗?

Thanks. 谢谢。

在此处输入图片说明

Try performing the "Clean up". 尝试执行“清理”。 Right click on your working copy and you'll get this option. 右键单击您的工作副本,您将获得此选项。

if it doesn't work make a backup, delete everything in your workingcopy including hidden files of .svn folder and then take latest. 如果无法进行备份,请删除工作副本中的所有内容,包括.svn文件夹的隐藏文件,然后进行最新操作。 If you still get this error then repeat the clean up. 如果仍然出现此错误,请重复清理。

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

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