Difference between revisions of "ProceedingsRepository"

From IridiaWiki
Jump to navigationJump to search
Line 12: Line 12:
 
Just go to [https://iridia-dev.ulb.ac.be/projects/proceedings/svn https://iridia-dev.ulb.ac.be/projects/proceedings/svn]
 
Just go to [https://iridia-dev.ulb.ac.be/projects/proceedings/svn https://iridia-dev.ulb.ac.be/projects/proceedings/svn]
   
==== Check out a copy of the subversion repository ====
+
==== Export a copy of the subversion repository ====
   
 
<pre>
 
<pre>
svn co https://iridia-dev.ulb.ac.be/projects/proceedings/svn proceedings
+
svn export https://iridia-dev.ulb.ac.be/projects/proceedings/svn proceedings
 
</pre>
 
</pre>
   
 
<div class="page-warning">
 
<div class="page-warning">
[[Image:icon_warning.png|40px]] This will download all proceedings, which take a lot of space. You can check out only the ones that you are interested by using for example:
+
[[Image:icon_warning.png|40px]] This will download all proceedings, which take a lot of space. You can export only the ones that you are interested by using for example:
 
<pre>
 
<pre>
 
svn ls https://iridia-dev.ulb.ac.be/projects/proceedings/svn
 
svn ls https://iridia-dev.ulb.ac.be/projects/proceedings/svn
svn co https://iridia-dev.ulb.ac.be/projects/proceedings/svn/2010-GECCO 2010-GECCO
+
svn export https://iridia-dev.ulb.ac.be/projects/proceedings/svn/2010-GECCO 2010-GECCO
 
</pre>
 
</pre>
 
</div>
 
</div>

Revision as of 14:42, 31 October 2014

Icon warning.png The proceedings moved out to the web server! However, keep copies of the proceedings that you care about somewhere safe.

IRIDIA has a proceedings repository that contains digital copies of proceedings.

Access

They are two ways to get access to the proceedings.

From your browser

Just go to https://iridia-dev.ulb.ac.be/projects/proceedings/svn

Export a copy of the subversion repository

svn export https://iridia-dev.ulb.ac.be/projects/proceedings/svn proceedings

Icon warning.png This will download all proceedings, which take a lot of space. You can export only the ones that you are interested by using for example:

svn ls https://iridia-dev.ulb.ac.be/projects/proceedings/svn
svn export https://iridia-dev.ulb.ac.be/projects/proceedings/svn/2010-GECCO 2010-GECCO

Adding new proceedings

Then, let's say you want to add the directory /media/cdrom for the conference GECCO 2010.

svn import /media/cdrom https://iridia-dev.ulb.ac.be/projects/proceedings/svn/2010-GECCO -m " Add proceedings of GECCO 2010"

TODO: Fix html mime-types.