svn:警告:“."不是工作副本 [英] svn: warning: '.' is not a working copy

查看:519
本文介绍了svn:警告:“."不是工作副本的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在服务器上,我使用svn import命令将文件放入SVN中.

On a server, I used the svn import command to put files into SVN.

我将文件签出到本地计算机,进行了一些更改,然后提交回去.

I checked the files out to my local machine, made some changes and then committed back.

现在,我想更新文件的服务器副本,但是使用svn update,它显示"skipped '.'",而svn status显示"svn: warning: '.' is not a working copy".

Now I want to update the server copy of the files, but using svn update, it shows "skipped '.'" and svn status shows "svn: warning: '.' is not a working copy".

推荐答案

导入svn并不能导入工作副本.您必须像在本地一样在服务器上检出它.从那时起,它将是一个工作副本,您可以使用更新.

Importing into svn doesn't make what you import a working copy. You have to check it out on the server just as you did locally. From then on it will be a working copy and you can use update.

这篇关于svn:警告:“."不是工作副本的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆