Sponsored Content
Full Discussion: Subversion
Operating Systems Linux Subversion Post 60602 by cbkihong on Wednesday 19th of January 2005 09:33:20 AM
Old 01-19-2005
Subversion is my version control system of choice for managing the LaTeX sources of a book I am working on personally, though I store most of my other scripts or Web site content in CVS server instead.

Working with CVS command line options can be a horrendous experience for new users, as option values sometimes need to be given in certain order, or that the same switch may appears twice in a command but serving different purposes. e.g.:

cvs -d :pserver:anonymous@host:/home/cvsroot co -d tutorial/ tutorial

I am impressed by Subversion for a number of reasons:
- It has less tricky dark corners compared with CVS. CVS has certain behaviour that are not intuitive unless you have read the relevant sections of the manual.
- It supports file copy/rename without losing revision history. A feature I find most useful as I don't make good filenames usually at the very start.
- It does not distinguish binary/ASCII files. Some CVS front ends are prone to always add files in binary mode, making it difficult for some CVS clients to get context diffs even though it simply involves text data.
- Repository-wide revision numbers allow state at any instant to be consistently reproduced. With CVS, you can only be reliably achieving this by tagging often. Checkout by date/time with CVS does not necessarily produce a local copy at any consistent state, depending on the frequency of commits. Per-file revision is more intuitive IMO, though.

Personally I am more used to CVS, but I appreciate SVN's new features.
 

5 More Discussions You Might Find Interesting

1. Solaris

Looking for a subversion GUI for Solaris 9

If available. Didn't see any on the tigris website. Don't have the programming experience to create one. Any third party software would do, too. Client isn't command line friendly. (1 Reply)
Discussion started by: ECBROWN
1 Replies

2. HP-UX

Binaries/Depot for Subversion 1.4.3 for HP/UX 11.11

Could anyone help me out by providing binaries/depot for subversion 1.4.3? The hpux version is: HP-UX myhappybox B.11.11 U 9000/800 I am having trouble compiling the sources for hpux, the provided dependancies are extracted, but it continually falls over. We have previously had svn... (3 Replies)
Discussion started by: spud
3 Replies

3. Linux

KDevelop And Subversion

Hi How I Can Configure KDevelop to Use A Subversion on Local Network System. When I Want to Create New Project, I See A Error With This Message: "Fail to create project directories on repository" What is My Problem??? Help Me Please!!! My KDevelop Version is: 3.0.5 My Subversion is: 1.5.0 ... (0 Replies)
Discussion started by: hotjava
0 Replies

4. UNIX for Advanced & Expert Users

Problem with Subversion SVN

Hi, I am trtying to install SVN server with Apache. I have already configured apache with SVN modulesh and the same can be seen in the modules directory. -rwxr-xr-x 1 root root 34740 Jul 3 13:43 mod_authz_svn.so -rwxr-xr-x 1 root root 385133 Jul 3 13:43 mod_dav_svn.so now the... (1 Reply)
Discussion started by: Siddheshk
1 Replies

5. Web Development

About Apache Subversion

Hi all, I have a trouble with this, the web server include a website and also config as apache subversion, this server crashed and i moved the HDD to another machine, i started all the services and the subversion worked fine, but when i access to the website, this message appear A username and... (0 Replies)
Discussion started by: kidzer0
0 Replies
svn(1)							      General Commands Manual							    svn(1)

NAME
svn - Subversion command line client tool SYNOPSIS
svn command [options] [args] OVERVIEW
Subversion is a version control system, which allows you to keep old versions of files and directories (usually source code), keep a log of who, when, and why changes occurred, etc., like CVS, RCS or SCCS. Subversion keeps a single copy of the master sources. This copy is called the source ``repository''; it contains all the information to permit extracting previous versions of those files at any time. For more information about the Subversion project, visit http://subversion.tigris.org. Documentation for Subversion and its tools, including detailed usage explanations of the svn, svnadmin, svnserve and svnlook programs, his- torical background, philosophical approaches and reasonings, etc., can be found at http://svnbook.red-bean.com/. Run `svn help' to access the built-in tool documentation.." Begin Sun update ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +--------------------+-----------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +--------------------+-----------------+ |Availability | SUNWsvn | +--------------------+-----------------+ |Interface Stability | Committed | +--------------------+-----------------+ NOTES
Source for Subversion is available on http://opensolaris.org. svn(1)
All times are GMT -4. The time now is 03:57 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy