When we started work with svn repository and Ankhsvn plug in, whe found
annoying bug.
When you include to VS project (ankhsvn active) a folder that already
is under svn (has .svn folder), Ahnk also add to control version the
.svn subfolder,and if you not advice and commit, the repository go
corrupted (you cant check-out this folder anymore) to fix you should
remove from repository .svn folders.
Workaround steeps (In windows):
1) Dump the repository
svnadmin dump svnRepPath > svndumpFile
2) Remove corrupted folders
svndumpfilter exclude /path/to/malformed/dir/.svn < svndumpFile >
svndumpFileFiltered
3) Load filtered dump to repository
svnadmin load svnRepPath < svndumpFileFiltered
Whe found better aproach, create a SVN hook that prevents commint .svn
folder.
¿Have you ever been in the same situation?
At castle\Experiments\SubversionHooks\ found a SVN hook engine and some
pre-commint hooks, should add to castle repository another hook to
prevent this.
Un Saludo
David Marzo Pérez
Solnatec, Ingeniería de software
www.solnatec.com
--
Fábio David Batista
fabio.dav...@gmail.com
http://nerd-o-matic.blogspot.com
On Oct 25, 4:52 pm, "Fábio Batista" <fabio.david.bati...@gmail.com>
wrote:
> I have a better idea: drop Ankhsvn and installhttp://www.visualsvn.com/
> fabio.david.bati...@gmail.comhttp://nerd-o-matic.blogspot.com- Hide quoted text -
>
> - Show quoted text -