Difference between revisions of "Subversion"

From XML
Jump to: navigation, search
m (Commentaar)
 
Line 1: Line 1:
De Subversion (ook: SVN) repository is een centrale lokatie op het netwerk waar we bestanden (bijvoorbeeld XML-bestanden) bewaren. Het idee van een dergelijke repository is dat verschillende mensen die met de bestanden werken een centrale plek hebben waar (1) steeds de laatste versie bewaard wordt, (2) vorige versies beschikbaar blijven om de geschiedenis van het bestand te reconstrueren en eventuele fouten terug te draaien. Een repository is een alternatief voor het heen en weer mailen van bestanden.  
+
The Subversion (or: SVN) repository is a central location on the network where we store files (XML files, for example). The idea behind a repository is that different people that work with the same files now have a central place that (1) always saves the latest version of the file and (2) will keep former versions available, to reconstruct the history of the file and reverse any possible mistakes. A repository is an alternative to emailing files back and forth.  
In de XML Editor die we gebruiken, [[Manual oXygen|oXygen]], zit een Subversion client ingebouwd, een hulpprogramma dat met de repository kan omgaan. We gebruiken die client om bestanden heen en weer te halen vanaf de server naar de eigen computer.  
+
 
 +
In the XML Editor that we use, [[Manual oXygen|oXygen]], a Subversion client (a help program that can deal with the repository) is built in. We use this client to send files from the server to our own computers and back.  
  
 
==See also==
 
==See also==
Line 7: Line 8:
  
 
[[Category:XML Huygens]]
 
[[Category:XML Huygens]]
[[Category:svpvertalen]]
 

Latest revision as of 11:44, 9 February 2017

The Subversion (or: SVN) repository is a central location on the network where we store files (XML files, for example). The idea behind a repository is that different people that work with the same files now have a central place that (1) always saves the latest version of the file and (2) will keep former versions available, to reconstruct the history of the file and reverse any possible mistakes. A repository is an alternative to emailing files back and forth.

In the XML Editor that we use, oXygen, a Subversion client (a help program that can deal with the repository) is built in. We use this client to send files from the server to our own computers and back.

See also