开发者

svn: trying to commit after remove a folder and create it again (with the same name)

开发者 https://www.devze.com 2023-02-04 02:41 出处:网络
imagine i have made a co. Then I remove a folder inside the code I have checkout and create another one with the same name. Then if i try to commit I get:

imagine i have made a co. Then I remove a folder inside the code I have checkout and create another one with the same name. Then if i try to commit I get:

svn: Commit failed (details follow):
svn: Directory '/opt/lampp/htdocs/prueba4/apps/frontend/modules/moto/.svn' containing working copy admin area is missing
laptop@laptop:/opt/lampp/htdocs/prueba4$ sudo svn st
~    开发者_C百科   apps/frontend/modules/moto

If i tried to add that folder i get:

svn: warning: 'apps/frontend/modules/moto' is already under version control

What should i do?

Regards

Javi


You should delete that folder, checkout/update to make old folder appear, and after that do all stuff you want but via SVN client :)

0

精彩评论

暂无评论...
验证码 换一张
取 消