svn
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
svn [2010/05/06 10:40] – damir | svn [2012/02/17 15:54] (current) – damir | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Subversion ====== | ====== Subversion ====== | ||
- | Subversion is an open-source control version system that is a compelling replacement for CVS. At least the client version is installed by default on all our Linux machines, and can be easily installed on Macs via [[http:// | + | Subversion is an open-source control version system that is a compelling replacement for CVS. At least the client version is installed by default on all our Linux machines, and can be easily installed on Macs via [[http:// |
- | The basic idea is to keep a master copy of your source files in a // | + | The basic idea is to keep a master copy of your source files in a // |
- | For editing a file, one have to check it out (e.g. get a local copy) from the repository. Once the editing is done, the modifications are committed back to the server. This allows more than one person (or the same person on many computers) to work on the same set of files because they are actually working on their local copy of the files. | + | Once the editing is done, the modifications are committed back to the server. This allows more than one person (or the same person on many computers) to work on the same set of files because they are actually working on their local copy of the files.\\ |
- | When a user commits his changes, the files he has been editing might have been changed (and committed) by another user in the mean while. In this case, subversion merges the changes automatically unless it detects a conflict (e.g. two user having changed the same line of code). | + | When a user commits his changes, the files he/her has been editing might have been changed (and committed) by another user in the mean while. In this case, subversion merges the changes automatically unless it detects a conflict (e.g. two user having changed the same line of code). |
Everyone can create his own subversion repository in his homedirectory with the following command: | Everyone can create his own subversion repository in his homedirectory with the following command: | ||
< | < | ||
Line 10: | Line 10: | ||
</ | </ | ||
where '' | where '' | ||
- | |||
- | |||
===== Standard connection methods for our central repositories ===== | ===== Standard connection methods for our central repositories ===== | ||
For group projects, it is better to use the common repository which is | For group projects, it is better to use the common repository which is | ||
- | * for algo: < | + | * for algo: < |
- | * for licos: < | + | * for licos: < |
- | * for lth: < | + | * for lth[c|i]: < |
- | * for lcm: < | + | * for lcm: < |
- | * for arni: < | + | * for arni: < |
+ | * for lapmal: < | ||
+ | * | ||
+ | Where '' | ||
+ | For example: | ||
+ | |||
+ | < | ||
+ | |~>ls / | ||
+ | CDMA introsc scaling | ||
+ | CS iryna scripts | ||
+ | LDPCequal isit05 shortcourse | ||
+ | SourceCoding it2010-11 signalpc | ||
+ | SourceCodingBP iterations sim | ||
+ | aaaaa kr sim.donotuse | ||
+ | abdel ldlc sim1 | ||
+ | alsan ldpcdemo sim_zip | ||
+ | ara leshouches sparsematrices | ||
+ | aref limex stability | ||
+ | book mac statphys | ||
+ | cap matlabde statphys2010-11 | ||
+ | cdi maxup subroutines | ||
+ | comm maxwell talks | ||
+ | commnet minsum temp | ||
+ | consensus mobility test | ||
+ | corrdecay ncaref test1 | ||
+ | coupled netflix testacl | ||
+ | cyclecodes networkcoding testacl1 | ||
+ | densevol newintrosc testdamir | ||
+ | density_evolution paris05 thesiskorada | ||
+ | dsp2010-11 pdc treereconstruction | ||
+ | errorfloor polargaussian turbo | ||
+ | flipping polarization turboweight2 | ||
+ | gf pspin twod | ||
+ | girthvsdiam puncturing vinodhPhD | ||
+ | gossip racodes vish | ||
+ | graphreconstruction ratesplitting weight_conc | ||
+ | ibm samplede | ||
+ | </code> | ||
===== Quick User Guide ===== | ===== Quick User Guide ===== | ||
- | Almost everything is done with the '' | + | Almost everything is done with the '' |
< | < | ||
For a guide of CVS to SVN command follow [[http:// | For a guide of CVS to SVN command follow [[http:// | ||
Line 36: | Line 71: | ||
to list the content of the [remote] repository. For example: | to list the content of the [remote] repository. For example: | ||
< | < | ||
- | licos> | + | damir@iscsrv7:~$ ls /repos/lth |
- | web/ | + | aaaaa coupled |
- | licos>svn list svn+ssh://cangiani@licos.epfl.ch/SVN/trunk/web | + | abdel CS |
- | .htaccess.wait | + | alsan cyclecodes |
- | BioReadingGroup/ | + | ara densevol |
- | Papers/ | + | aref |
- | TODO | + | book |
- | courses/ | + | cap errorfloor |
- | css/ | + | cdi flipping |
- | error/ | + | CDMA |
- | img_base/ | + | comm |
- | inc/ | + | commnet |
- | index.php | + | consensus |
- | licos/ | + | corrdecay |
- | proj/ | + | |
- | pubs/ | + | damir@iscsrv7: |
- | research/ | + | 36_BAWGNC_BP.ps |
+ | 36_BAWGNC_BP_5.13625_7.ps | ||
+ | 36_BAWGNC_MinSum.ps | ||
+ | 36_BAWGNC_MinSum_5_10.ps | ||
+ | 36_BEC_BP.ps | ||
+ | 36_BSC_BP.ps | ||
+ | data/ | ||
+ | log | ||
+ | param | ||
+ | param36_1024_BEC_BP | ||
+ | param36_8192_BSC_matched | ||
+ | parambec | ||
+ | plotheader.ps | ||
+ | plotmidsection.ps | ||
+ | plottrailer.ps | ||
+ | pp36_1024_BEC_BP | ||
+ | pp36_8192_BSC_BP_matched | ||
+ | ppfiles/ | ||
+ | pptops | ||
+ | pptops36_BEC_BP | ||
+ | protographexample | ||
+ | pstemplate.ps | ||
+ | scaling.ps | ||
+ | simfiles/ | ||
+ | trunk/ | ||
</ | </ | ||
Line 58: | Line 118: | ||
to get a local copy of [part of] the repository. For example, with | to get a local copy of [part of] the repository. For example, with | ||
< | < | ||
- | licos> | + | damir@iscsrv7: |
- | licos> | + | damir@iscsrv7: |
+ | damir@iscsrv7: | ||
</ | </ | ||
- | I would get a copy of the licos web site in my %%public_html/ | + | I would get a copy of the sim program source code inside the just created test directory. |
- | will just use the name of the last directory in the repository (in this case "web"). Now that I have my local copy under version control I can run all the following commands. | + | The %%sim%% directory name above (the last parameter in the svn co command line) is not mandatory. If omitted, svn |
+ | will just use the name of the last directory in the repository (in this case "sim"). Now that I have my local copy under version control I can run all the following commands. | ||
==== svn status [-u] ==== | ==== svn status [-u] ==== | ||
Line 141: | Line 203: | ||
</ | </ | ||
- | ===== New Repositories ===== | + | ===== Personal |
you can always create a personal repository in your homedir by doing: | you can always create a personal repository in your homedir by doing: | ||
- ssh into server: < | - ssh into server: < | ||
- | - Create | + | - create an empty repository: < |
+ | - use the standard svn subcommands to checkout, list or commit to the repository | ||
- | general repositories, | + | ===== General Repositories ===== |
+ | General repositories, | ||
+ | To create a general repository you need to send an email with these informations: | ||
+ | - name of the repository | ||
+ | - list of users that need access to it | ||
+ | - visibility: | ||
+ | - Private: The repository can be private (the only way to access it is through the svn commands) | ||
+ | - Public: The repository can be accessed through the web interface | ||
===== Few general recommendations ===== | ===== Few general recommendations ===== |
svn.1273135226.txt.gz · Last modified: 2010/05/06 10:40 by damir