Pregunta

I got the following svn-ruke entered via Tortoise-SVN:

svn:ignore Debug . bin . obj . pkgobj . pkg . *.suo . (applied recursivly)

But when I commit my folder the /bin/* and /obj/* folders are still committed (throwing tree conflicts) Any clue what went wrong?

¿Fue útil?

Solución

svn:ignore works only for certain commands (such as svn add) for unversioned items only. If the folder is already versioned (i.e. in the repository) it will still be committed. You need to svn delete it first and commit the delete.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top