svn: trying to commit after remove a folder and create it again (with the same name)
Posted
by
user248959
on Stack Overflow
See other posts from Stack Overflow
or by user248959
Published on 2011-01-12T20:51:24Z
Indexed on
2011/01/12
20:53 UTC
Read the original article
Hit count: 144
svn
Hi,
imagine i have made a co. Then if I remove a folder and create another one with the same name. Then if i try to ci 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
~ 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
© Stack Overflow or respective owner