User Tools

Site Tools


svn

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
svn [2010/11/20 22:04]
kassah created
svn [2011/07/04 05:41] (current)
Line 25: Line 25:
 </​code>​ </​code>​
 Where PART is one of the following: Where PART is one of the following:
-* CONFIGS +  ​* CONFIGS 
-* DATABASE +  * DATABASE 
-* DISTS +  * DISTS 
-* DOCS +  * DOCS 
-* ENGINE +  * ENGINE 
-* GUI +  * GUI 
-* SETUP+  * SETUP
  
 Multiple entries should be ordered alphabetically. A line should not contain more than ~120 chars. Multiple entries should be ordered alphabetically. A line should not contain more than ~120 chars.
Line 61: Line 61:
 $ svn WORKING_COPY $ svn WORKING_COPY
 $ svn up $ svn up
-$ svn merge --reintegrate ​http://​i-mscp.svn.sourceforge.net/​svnroot/​i-mscp/​trunk+$ svn merge --reintegrate ​https://​i-mscp.svn.sourceforge.net/​svnroot/​i-mscp/​trunk
 $ svn up $ svn up
 </​code>​ </​code>​
Line 78: Line 78:
  
 <​code>​ <​code>​
-$ svn copy http://​i-mscp.svn.sourceforge.net/​svnroot/​i-mscp/​trunk ​http://​i-mscp.svn.sourceforge.net/​svnroot/​i-mscp/​branches/​mscp-x.y+$ svn copy https://​i-mscp.svn.sourceforge.net/​svnroot/​i-mscp/​trunk ​https://​i-mscp.svn.sourceforge.net/​svnroot/​i-mscp/​branches/​mscp-x.y
 </​code>​ </​code>​
  
Line 84: Line 84:
  
 <​code>​ <​code>​
-$ svn copy http://​i-mscp.svn.sourceforge.net/​svnroot/​i-mscp/​trunk ​http://​i-mscp.svn.sourceforge.net/​svnroot/​i-mscp/​branches/​FEATURE-NAME-dev+$ svn copy https://​i-mscp.svn.sourceforge.net/​svnroot/​i-mscp/​trunk ​https://​i-mscp.svn.sourceforge.net/​svnroot/​i-mscp/​branches/​FEATURE-NAME-dev
 </​code>​ </​code>​
  
Line 97: Line 97:
 <​code>​ <​code>​
 $ svn WORKING_COPY $ svn WORKING_COPY
-$ svn merge http://isp-control.net/ispcp_svn/trunk+$ svn merge https://i-mscp.svn.sourceforge.net/svnroot/​i-mscp/trunk
 $ svn ci -m "​Synchonization with main development branch"​ $ svn ci -m "​Synchonization with main development branch"​
 $ svn up $ svn up
Line 112: Line 112:
 <​code>​ <​code>​
 $ svn WORKING_COPY $ svn WORKING_COPY
-$ svn merge http://​i-mscp.svn.sourceforge.net/​svnroot/​i-mscp/​trunk+$ svn merge https://​i-mscp.svn.sourceforge.net/​svnroot/​i-mscp/​trunk
 $ svn ci -m "​Synchonization with main development branch"​ $ svn ci -m "​Synchonization with main development branch"​
 $ svn up $ svn up
-$ svn merge --reintegrate ​http://​i-mscp.svn.sourceforge.net/​svnroot/​i-mscp/​trunk+$ svn merge --reintegrate ​https://​i-mscp.svn.sourceforge.net/​svnroot/​i-mscp/​trunk
 </​code>​ </​code>​
  
Line 121: Line 121:
  
 <​code>​ <​code>​
-$ svn rm http://​i-mscp.svn.sourceforge.net/​svnroot/​i-mscp/​branches/​YOUR_BRANCH+$ svn rm https://​i-mscp.svn.sourceforge.net/​svnroot/​i-mscp/​branches/​YOUR_BRANCH
 </​code>​ </​code>​
  
Line 139: Line 139:
  
 <​code>​ <​code>​
-$ svn move http://​i-mscp.svn.sourceforge.net/​svnroosvnroot/​i-mscp/​branches/​mscp-x.y.z ​http://​i-mscp.svn.sourceforge.net/​svnroot/​i-mscp/​tags/​mscp-x.y.z+$ svn move https://​i-mscp.svn.sourceforge.net/​svnroosvnroot/​i-mscp/​branches/​mscp-x.y.z ​https://​i-mscp.svn.sourceforge.net/​svnroot/​i-mscp/​tags/​mscp-x.y.z
 </​code>​ </​code>​
/var/www/virtual/i-mscp.net/wiki/htdocs/data/attic/svn.1290290682.txt.gz · Last modified: 2011/07/04 05:40 (external edit)