All Projects → apache → Subversion

apache / Subversion

Licence: apache-2.0
Mirror of Apache Subversion

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Subversion

Svn Stash
It's like git stash , but for Subversion.
Stars: ✭ 49 (-88.55%)
Mutual labels:  subversion
Source Integration
Source control integration plugin framework for MantisBT, including support for Github, Gitlab, Bitbucket, Gitweb, Cgit, Subversion, Mercurial and more
Stars: ✭ 167 (-60.98%)
Mutual labels:  subversion
libvcs
⚙️ Lite, typed, pythonic utilities for git, svn, mercurial, etc.
Stars: ✭ 43 (-89.95%)
Mutual labels:  subversion
Websvn
Fork from WebSVN
Stars: ✭ 66 (-84.58%)
Mutual labels:  subversion
Usvn
Manage Subversion repositories via a web interface
Stars: ✭ 154 (-64.02%)
Mutual labels:  subversion
Vim Signify
➕ Show a diff using Vim its sign column.
Stars: ✭ 2,390 (+458.41%)
Mutual labels:  subversion
Svn2git.php
Subversion to Git migration tool
Stars: ✭ 6 (-98.6%)
Mutual labels:  subversion
AnkhSVN
AnkhSVN provides first class Subversion support for all recent Visual Studio versions.
Stars: ✭ 54 (-87.38%)
Mutual labels:  subversion
Versioning
Gradle plug-in to generate version information from the SCM branch (Git or Svn)
Stars: ✭ 157 (-63.32%)
Mutual labels:  subversion
ohloh scm
The Ohloh source control management library
Stars: ✭ 58 (-86.45%)
Mutual labels:  subversion
Dunamai
Dynamic versioning library and CLI
Stars: ✭ 85 (-80.14%)
Mutual labels:  subversion
Poetry Dynamic Versioning
Plugin for Poetry to enable dynamic versioning based on VCS tags
Stars: ✭ 131 (-69.39%)
Mutual labels:  subversion
Subverison gtav hack
subVerison重置版——GTA5外置修改器
Stars: ✭ 193 (-54.91%)
Mutual labels:  subversion
Scm Manager
The easiest way to share and manage your Git, Mercurial and Subversion repositories over http.
Stars: ✭ 50 (-88.32%)
Mutual labels:  subversion
docker-svn-server
A Docker image running a simple Dockerised Subversion server, using `svnserve`.
Stars: ✭ 27 (-93.69%)
Mutual labels:  subversion
Subvertpy
Alternative Python bindings for Subversion
Stars: ✭ 11 (-97.43%)
Mutual labels:  subversion
Git As Svn
Subversion frontend server for git repository (java)
Stars: ✭ 175 (-59.11%)
Mutual labels:  subversion
Subclipse
Subclipse - Eclipse SVN Provider
Stars: ✭ 421 (-1.64%)
Mutual labels:  subversion
svn2git
Tool to help and automate migration from SVN to GitLab
Stars: ✭ 34 (-92.06%)
Mutual labels:  subversion
proxychanger
Go tool to change system and applications proxy
Stars: ✭ 15 (-96.5%)
Mutual labels:  subversion
           Subversion, a version control system.
           =====================================

$LastChangedDate$

Contents:

 I. A FEW POINTERS
II. DOCUMENTATION

III. PARTICIPATING IN THE SUBVERSION COMMUNITY IV. QUICKSTART GUIDE V. CONVERTING FROM CVS

I. A FEW POINTERS

  For an overview of the Subversion project, visit

     https://subversion.apache.org/

  Once you have a Subversion client you can get the latest version
  of the code with the command:

     $ svn co https://svn.apache.org/repos/asf/subversion/trunk subversion

II. DOCUMENTATION

  The main documentation is the Subversion Book - an on-line version
  can be found at:
  
     http://svnbook.red-bean.com/

  It is written in DocBook XML, and the sources can be found at:

     https://svn.code.sf.net/p/svnbook/source/trunk/
     
  If you wish to build the documentation from source, read the
  en/README file within the book source.

III. PARTICIPATING IN THE SUBVERSION COMMUNITY

  First, read https://subversion.apache.org/docs/community-guide/
  It describes Subversion coding and log message standards, as well
  as how to join discussion lists.

  Talk on IRC with developers:  irc.freenode.net, channel #svn-dev.

  Read the FAQ:  https://subversion.apache.org/faq.html

IV. QUICKSTART GUIDE

  See the final section of the first chapter of the Subversion Book.

V. CONVERTING FROM CVS

  If you're a CVS user trying to move your CVS history over to
  Subversion, then be sure to visit the 'cvs2svn' project:

     https://github.com/mhagger/cvs2svn

  If you are running a Linux or BSD-based system, your distribution
  might have a cvs2svn package.

  If cvs2svn doesn't meet your needs, you might try refinecvs
  written by Lev Serebryakov:

    http://lev.serebryakov.spb.ru/refinecvs/

  Please note that cvs2svn and refinecvs are *separate* projects
  from Subversion.  If you have problems or are confused, contact
  the authors, not the Subversion lists.

  Finally, be sure to see Appendix B in the Subversion Book.  It
  contains a very quick overview of the major differences between
  CVS and Subversion.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].