How to do Sparse Update with Repo-Browser

We can also select the files in working folder with the help of Repo-Browser. So now we learn about ‘How to do sparse update using repo-browser’. Repo-browser is short form for Repository Browser.
Sparse update with Update to Revision<< Already gone through this page >> sparse update with check for modifications

Step 1. Right click on your working folder, drag towards ‘Tortoise SVN’ and then to ‘Repo-browser’ click on it as per screen shot below.

 
Step 2. A new window will display, right click on the file which you want to select, drag the cursor to ‘Update item to Revision’ and click on it.

 
Step 3. Click ok when below displayed image appears. Another window appears which shows that update is finished as per screen shot down below.


 
Sparse update with Update to Revision<> sparse update with check for modifications

* The Content stated above is for informational purpose only. Expert Software Team is not responsible if any part of content found meaningless in any manner or condition.

How to do Sparse update with Update to Revision

We can select or deselect the files from working folder even after checkout has been done. There are three ways to do so first is ‘Update to revision’, second is ‘Repo-Browser’ and third is ‘Check for modifications’. So in this lesson we will learn about ‘How to do sparse update with update to revison’.

Creating repository using command prompt and sparse checkout<< Already gone through this page >> Sparse update with Repo-Browser

Step 1. Sparse update with ‘Update to revision’
Right click on the folder of working copy or checked out folder and select ‘TortoiseSVN’->‘Update to revision’ as per below image. A window will appear as down below and click ‘Choose items’.


 
Step2. Now select or deselect the folder and file you want in working folder and press OK thereafter. Only selected folders will appear in working folder.

 
Creating repository using command prompt and sparse checkout<< Already gone through this page >> Sparse update with Repo-Browser

* The Content stated above is for informational purpose only. Expert Software Team is not responsible if any part of content found meaningless in any manner or condition.

How to create Repository using Command Prompt and doing Sparse Checkout

It is amazing to know that we can create repository with command prompt also. So in this lesson we will learn ‘how to create repository using command prompt’. Moreover, sometimes there are requirements to show or hide the working copy on network using SVN. So to accomplish this we will go through ‘how to do sparse checkout’.

How the Context menu and icons look like in SVN<< Already gone through this page >>How to do Sparse update with Update to Revision

Creating repository using command prompt
 
Step 1. Create a new folder for example as SVN in ‘D’ drive or in any drive as comfortable. Open the command prompt by pressing two keys Win+X, a window as below will appear.
opening-command-prompt-from-start
 
Step 2. A command prompt window will appear as below.
command-prompt-window
 
Step 3. Now type the following command as below and press enter

->D:\SVN>svnadmin create –fs-type fsfs NewRepository

Now ‘NewRepository’ folder is created as a ‘repository’ in the same drive under SVN folder.
creating-svn-repository-in-command-prompt
 
Step 4. Sparse Checkout
When you select a directory where you want to place your working copy, right click on that folder and select ‘SVNCheckout’ then window will appear as below
svn-checkout-window
 
Step 5. Select ‘Choose items’ a new window will appear as below, select the file which you want as a working copy and press ‘OK’. Only selected files will be shown under working folder.

repository-browser-window

How the Context menu and icons look like in SVN<< Already gone through this page >>How to do Sparse update with Update to Revision

* The Content stated above is for informational purpose only. Expert Software Team is not responsible if any part of content found meaningless in any manner or condition.