Difference between revisions of "Export Project from SVN Repo X - Import to SVN Repo Y"

From CDOT Wiki
Jump to: navigation, search
(Created page with '== Export Project from SVN Repo X - Import to SVN Repo Y == In this example we'll export a project from our teacher's SVN repository and import it to our own repo. This way we'l…')
 
(Export Project from SVN Repo X - Import to SVN Repo Y)
 
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:
  
 
In this example we'll export a project from our teacher's SVN repository and import it to our own repo. This way we'll have commit privileges to the code in our repo and will be able to make our own custom changes - if we <s>know how</s> want.
 
In this example we'll export a project from our teacher's SVN repository and import it to our own repo. This way we'll have commit privileges to the code in our repo and will be able to make our own custom changes - if we <s>know how</s> want.
 +
 +
First, start in the SVN repository browsing perspective.
 +
[[Image:exp-imp-1.png|left|thumb]]<br style="clear:left;" />
 +
Select the project you want to export. We'll export project w11-osgi-hello.
 +
[[Image:exp-imp-2.png|left|thumb]]<br style="clear:left;" />
 +
Enter the local directory that will hold the exported project.
 +
[[Image:exp-imp-3.png|left|thumb]]<br style="clear:left;" />
 +
From your own repo select import.
 +
[[Image:exp-imp-4.png|left|thumb]]<br style="clear:left;" />
 +
Enter the directory (folder) you want to import and click Ok.
 +
[[Image:exp-imp-5.png|left|thumb]]<br style="clear:left;" />
 +
Refresh your repo.
 +
[[Image:exp-imp-6.png|left|thumb]]<br style="clear:left;" />
 +
You're done.
 +
[[Image:exp-imp-7.png|left|thumb]]<br style="clear:left;" />
 +
'''Congratulations!''' You've just exported a project from one SVN repository and imported it to another.

Latest revision as of 17:28, 28 January 2011

Export Project from SVN Repo X - Import to SVN Repo Y

In this example we'll export a project from our teacher's SVN repository and import it to our own repo. This way we'll have commit privileges to the code in our repo and will be able to make our own custom changes - if we know how want.

First, start in the SVN repository browsing perspective.

Exp-imp-1.png

Select the project you want to export. We'll export project w11-osgi-hello.

Exp-imp-2.png

Enter the local directory that will hold the exported project.

Exp-imp-3.png

From your own repo select import.

Exp-imp-4.png

Enter the directory (folder) you want to import and click Ok.

Exp-imp-5.png

Refresh your repo.

Exp-imp-6.png

You're done.

Exp-imp-7.png

Congratulations! You've just exported a project from one SVN repository and imported it to another.