ispCP - Board - Support
[SOLVED] Problem with adding domain! - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: Usage (/forum-34.html)
+--- Thread: [SOLVED] Problem with adding domain! (/thread-7870.html)

Pages: 1 2


RE: Problem with adding domain! - Nuxwin - 09-17-2009 01:17 AM

(09-16-2009 05:37 AM)gOOvER Wrote:  Before installing ispCP you must remove ALL .svn dirs.

Or next time use svn export Wink

+1

(09-16-2009 06:16 AM)sci2tech Wrote:  
(09-16-2009 06:14 AM)DiXeoN Wrote:  - But actually I managed to screw up the deletion of the .svn dirs - so ill just start over again Smile
For next time Big Grin :
Code:
rm -vfr `find /var/www/ispcp/ -type d -name '.svn'`
rm -vfr `find /etc/ -type d -name '.svn'`


Why simple when you can make it complicated. Tongue

Example for next time :

Code:
# svn co http://www.isp-control.net/ispcp_svn/trunk
# svn export ./trunk ./ispcp-omega-new

And install/upgrade from ispcp-omega-new .