public marks

PUBLIC MARKS from camel with tag subversion

2008

Installer un serveur Subversion et USVN (UserFriendly SVN) sur Debian 4.0 Etch — Lone-Wolf Scripts

Subversion (SVN de son petit nom) est un outil de gestion de version concurrentes (et un concurrent à CVS... comprenne qui pourra ;D). Il permet d'historiser les différentes évolutions du code source d'un logiciel, ainsi que de gérer les éventuels conflits entre les modifications effectuées par plusieurs développeurs. Tout seul ou en équipe, un tel outil devient vite indispensable pour gérer les sources. USVN quand à lui est une interface Web d'administration de Subversion. Elle autorise l'administration des utilisateurs, groupes, et projets de votre dépôt sans avoir à utiliser un outil d'administration en ligne de commande. Ce guide vous aide à effectuer une installation complète de Subversion et USVN sur Debian 4.0 Etch Avant de vous lancer dans l'installation Ce guide est beaucoup moins générique que mes guides habituels. Avant de le suivre, vous devez définir 2 nom de domaines: * usvn.domaine.com (par exemple: usvn.landure.fr) : Le nom de domaine utilisé pour accéder à UserFriendly SVN. * svn.domaine.com (par exemple: svn.landure.fr) : Le nom de domaine utilisé pour accéder à votre dépôt subversion. Ceci est du au fait que ce guide n'installe pas USVN de la façon la plus simple. En effet, je trouve qu'il y a plusieurs failles dans l'installation de base de USVN, et j'essaye de les éviter dans ce guide.

Introduction à l'utilisation de Subversion — Lone-Wolf Scripts

Subversion (ou SVN) est un outil de gestion de versions concurrentes (et un concurrent de CVS :D). Cet article est une introduction rapide au fonctionnement de Subversion, ainsi qu'un petit mémento des commandes les plus fréquemment utilisées.

Constructr

by 2 others (via)
Constructr CMS is Open Source Software that is freely available to everyone - zero, nothing, nada, njet, nüschts - it is free for all Time. Constructr CMS is a new and modern Content Management System powered by PHP and MySQL. Take a Look at some Screenshots of the fresh and clean Backend. You can read the ChangeLog, the short Overview of the main Features and the Documentation. Get started and try it out - visit the Demo-Section. The latest Downloads are available via Subversion or as compressed Packages. Participate and become a Part of The Constructr-Community at the Forum.

cleverbox - clever-age.org - Open Source Software - Trac

by 1 other
The cleverbox provides an interactive command line shell dedicated to the deployment and maintenance of trac and subversion instances. It can handle multiple configuration profiles, enabling the deployment of differently flavored type of project (trac configuration and permissions, apache configuration templates, etc). Project's main objective is to make your life as simple as possible. Thus, it comes with easy installation, easy upgrades and a comprehensive documentation.

Setting Up A Modular Subversion Repository For PHP-Driven Websites | HowtoForge - Linux Howtos and Tutorials

Sharing code between projects is still not a trivial matter with subversion. Especially if you are familiar with SourceSafe, you will find that subversion makes it hard to share code. Subversion seems to be really great in creating a version mess and good in solving one, but the reason I need source code control is to prevent such a mess. This is where subversion can be greatly improved, but it is not impossible. This howto will demonstrate a directory setup that takes the subversion sharing mechanism into account, as well as other issues that repositories bring.

Les petits bouts de code à NiKo

Pour déplacer n fichiers php d'un dépôt subversion

2007

Xen Virtualization: Work with MySQL Server, Ruby on Rails, and Subversion

(via)
In this article, Prabhakar Chaganti will show us to create virtual appliances that perform one specific function. These appliances can be web servers, database servers or anything else that you can think of which is useful for your business. The key advantage with these appliances is the fact that they are mostly maintenance free, and can be started up and then used without going through any lengthy installation process. You can use these as needed for your testing and then dispose them off. You can also use them for staging environments or production environments, and you can even share them across the enterprise.

LibreSource - LibreSource Community

LibreSource 2.2 is available for download for Linux, Mac OS X and Windows LibreSource is a versatile collaborative platform. Open Source, modular and highly customizable, LibreSource is adapted to the collaborative software development (forge), groupware, community leading, e-archiving and Web publishing. On a single server, LibreSource can host several projects, several groups of users, and grant fine grain access to the resources. Based on Java/J2EE, LibreSource is a modular web server that users can customize online by combining resources and rights: wiki pages, forum, trackers, Synchronizers, Subversion repositories, files, download areas, drop boxes, forms, etc. LibreSource uses most of the advanced services provided by the OW2 application server called JOnAS.

Transférer un dépôt Subversion - bonjourlesmouettes.org

Petit mémo rapide sur comment transférer un dépôt Subversion entre deux machines

subcon - Google Code

Subcon allows you to store your essential system configuration files in a subversion repository and easily deploy different configurations to machines in a cluster. It also features optional integration with SystemImager, enabling the deployment of system images and configuration in a single step. A flexible configuration file provides the ability to start, stop, or restart services or run arbitrary scripts when a change in a file or set of files is detected.

developpement:installer_subversion_et_trac [Wiki.UnElectronLibre.Info]

by 2 others
Ce tutoriel explique comment installer le gestionnaire de révisions et de source Subversion (svn) et Trac, un ensemble d’applications associés à SVN contenant un wiki, un collecteur de bugs, etc.

USVN - UserFriendly SVN

(via)
Userfriendly SVN est une interface web permettant la configuration de dépôts Subversion. Cette interface permet de facilement créer de nouveaux projets sans le client en ligne de commande et donc avoir un accès privilégié sur le serveur. USVN se chargera ensuite de gérer la liste des utilisateurs autorisés à récupérer votre code source. Cela permet de déléguer l'administration de vos dépôts Subversion. USVN permet un accès facile à la gestion fine des droits d'accès sur les fichiers de subversion. Cela permet par exemple de n'autoriser aux traducteurs des modifications que sur les fichiers de traduction en quelques clics.

Supprimer les dossiers .svn subversion

by 4 others, 1 comment
find . -name '.svn' | xargs rm -rf est la commande en question !

Snippet: remove .svn directories | The Olle Jonsson Morningstar

by 2 others (via)
Snippet to recursively drop Subversion control of a directory. It removes the .svn directories, and their contents.

Bill de hÓra: Subversion tips: working with branches

by 3 others
Bill de hÓra: Subversion tips: working with branches

Ajouter automatiquement tous les nouveaux fichiers et dossiers dans un dépôt Subversion

by 2 others
Ajouter automatiquement tous les nouveaux fichiers et dossiers dans un dépôt Subversion

Subversion Cheat Sheet

by 8 others
Un résumé total de l'utilisation de Subversion

FishEye - Analyze, Search, Share and Monitor CVS and Subversion Repositories

by 1 other
Your source code repository contains an abundance of useful information that is not easy to extract, comprehend or keep up to date.

2006

Migrer un dépot subversion - Digital Fashion

by 1 other
Imaginons que vous souhaitiez déplacer votre dépôt subversion myproject d'une machine old-server à une machine new-server. Vite fait, bien fait:

2005

Nautilus Scripts for Subversion

by 5 others (via)
You can right click on a subversion managed file or folder (you can also multiple select) and then select a command from the Subversion submenu.

FlexySvn, a XUL / JS / PHP / SVN Browser

by 1 other (via)
Un excellent browser de repository Subversion en XUL

camel's TAGS related to tag subversion

apache +   application +   branche +   cluster +   cms +   code +   configuration +   control +   database +   debian +   deployement +   documentation +   file +   flexy +   free +   gestion +   gnome +   guide +   howto +   install +   interface +   javascript +   linux +   management +   migration +   monitoring +   mysql +   online +   php +   programming +   project +   sauvegarde +   server +   serveur +   setup +   share +   shell +   software +   svn +   tips +   tools +   trac +   tutorial +   tutoriel +   ubuntu +   usvn +   web +   wiki +   xen +   xul +