svn via ssl and externals changed

We added SSL support to our SVN Server ('cause I couldn't commit during LinuxTag because of blocking of some HTTP Verbs on the port 80 connection, but it also adds additional security of course). Because of this we had to change the svn:externals to ssl as well. With the "problem", that it checks out all externals completely new, if you do a "svn up" on an already existing installation. Usually no problem, but if you have locally changed files somewhere in the externals, they end up in a directory ending with .OLD and are not anymore in the real directory. Therefore just check those directories the next time you do an "svn up" to see, if there are any files you still need...

Only modified and not checked in files should end up there, but sometimes whole directories end up there (externals on externals seem to be a good candidate for that, which is BXE and Popoon, and normally you won't change that files anyway, so just delete them from the webinc.OLD resp. inc.OLD directories).

Due to these potential problems, we only applied the externals change to the Trunk, the 1_2 branch still points to the non ssl server.

 Permalink

Comments

No new comments allowed (anymore) on this post.

BXCMSNG Errors:
Strict[2048] Declaration of MDB2_Driver_Common::raiseError() should be compatible with that of PEAR::raiseError() in [BX_PROJECT_DIR]/inc/popoon/pool.php at line 86.