Computersnyou

subversion and git on windows [ how to ]

Posted on  7/15/2012

Subversion 

Introduction : Subversion (SVN) is a popular tool used by many development teams as their primary way of versioning their code. with SVN you can track your codes and progress easily and if you want to to reverse back , you can roll back on previous version.
<h4 style="text-align: left;">
  <u>Download</u><span style="font-weight: normal;">&nbsp;</span>:&nbsp;
</h4>

<div>
  CLI :&nbsp;<a href="http://sourceforge.net/projects/win32svn/files/latest/download" style="background-color: white;">http://sourceforge.net/projects/win32svn/files/latest/download</a></p> 
  
  <p>
    GUI :&nbsp;<a href="http://sourceforge.net/projects/tortoisesvn/files/latest/download?source=recommended" style="background-color: white;">http://sourceforge.net/projects/tortoisesvn/files/latest/download</a>
  </p>
  
  <p>
    <a class="downloadbtn" href="http://nchc.dl.sourceforge.net/project/tortoisesvn/1.7.6/Application/TortoiseSVN-1.7.6.22632-x64-svn-1.7.4.msi" target="_blank">Download Now</a>
  </p>
  
  <p>
    <a name="more"></a>
  </p>
  
  <p>
    </div> 
    
    <div>
      <a href="http://www.cs.helsinki.fi/group/propipe/svn.html" target="_blank">getting started guide&nbsp;</a>
    </div>
    
    <p>
    </p>
    
    <div class="separator" style="clear: both; text-align: center;">
      <img alt="" border="0" height="358" src="http://2.bp.blogspot.com/-dWjQ9DfNgRQ/UAJ2nlM_hfI/AAAAAAAAFj8/CFFnvN69uqQ/s640/Untitled.jpg" title="" width="640" />
    </div>
    
    <p>
    </p>
    
    <div class="separator" style="clear: both; text-align: center;">
    </div>
    
    <p>
    </p>
    
    <div class="separator" style="clear: both; text-align: center;">
      <img alt="" border="0" height="68" src="http://2.bp.blogspot.com/-9pfk7d1bbJI/UAJ12RFlKGI/AAAAAAAAFj0/saT_P0A4RnY/s200/1color-orange-lightbg.png" title="" width="200" />
    </div>
    
    <h2 style="text-align: left;">
      Git&nbsp;
    </h2></div> 
    
    <h4>
      <u style="background-color: white;">introduction</u><span style="background-color: white;">&nbsp;:</span><span style="font-weight: normal;"> git is also a version control system but it works little different than SVN ,main&nbsp;difference&nbsp;is &nbsp;branches and merging .</span><span style="background-color: white; font-weight: normal;">Git allows and encourages you to have multiple local branches that can be entirely independent of each other. The creation, merging, and deletion of those lines of development takes seconds.</span>
    </h4>
    
    <h4 style="text-align: left;">
      <u>Download </u>&nbsp;:&nbsp;
    </h4>
    
    <div>
      <a href="http://git-scm.com/downloads">http://git-scm.com/downloads</a></p> 
      
      <p>
        git GUI :&nbsp;<a href="http://git-scm.com/downloads/guis" style="background-color: white;">http://git-scm.com/downloads/guis</a></div> 
        
        <div>
        </div>
        
        <div>
          <a class="downloadbtnBlue" href="http://cloud.github.com/downloads/msysgit/git/Git-1.7.11-preview20120620.exe" target="_blank">Download Now</a></p> 
          
          <div class="separator" style="clear: both; text-align: center;">
            <img alt="" border="0" height="367" src="http://1.bp.blogspot.com/-nd-Twb-exLc/UAJ2p3pJ0-I/AAAAAAAAFkE/oL2iYHsgHuQ/s640/Untitled2.jpg" title="" width="640" />
          </div>
          
          <p>
            have a happy coding !</div> </div>

  • Home
  • About