0

I use svn to commit a folder a checked out before and I get the message "containing working copy admin area is missing"

This is the command I used:

svn commit -m svn: /home/user/workspace/data/xyz 

The path /home/user/workspace/data/xyz is on my local pc where xyz is the folder I checked out before.

4

1 回答 1

-1

看来您的 .svn 文件夹已在此目录中删除。尝试执行“svn update”。如果这不起作用,请删除此文件夹中的所有内容,然后再次尝试“svn update”。

于 2012-05-12T03:39:09.450 回答