Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

svnadmin(1) [opensolaris man page]

svnadmin(1)						      General Commands Manual						       svnadmin(1)

NAME
svnadmin - Subversion repository administration tool SYNOPSIS
svnadmin command /path/to/repos [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 `svnadmin 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. svnadmin(1)

Check Out this Related Man Page

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)
Man Page

9 More Discussions You Might Find Interesting

1. Linux

Subversion

Anyone familiar with it? I'm aware it's a new CVS. I've been over to the tigris website, and am considering getting a copy to play with on my Sparc Ultra II Ent. Box. Thanks in advance. Eric (4 Replies)
Discussion started by: ECBROWN
4 Replies

2. HP-UX

Viewcvs...a nightmare on HP-UX!!!

Hello I'm new on this forum but I have a big problem. I've installed Subversion 1.1.1 and Apache 2.0.52 on a HP-UX. This is the uname: HP-UX xxxx B.11.11 U 9000/800 4169945236 unlimited-user license Now I must to install a software to browse the svn repositories. My choice is Viewcvs. ... (3 Replies)
Discussion started by: goblin79
3 Replies

3. 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

4. AIX

Install of Subversion on AIX

To anyone that can help us We use AIX 5.3 and when we installed Subversion (1.3.1) it took us a week to install. We know how to do the install (a look at the Subversion website tells us how to do this). It is the libraries, compiler version etc...that is the issue. We have to port the... (0 Replies)
Discussion started by: saddlerken
0 Replies

5. AIX

Install of Subversion on AIX

To anyone that can help us We use AIX 5.3 and when we installed Subversion (1.3.1) it took us a week to install. We know how to do the install (a look at the Subversion website tells us how to do this). It is the libraries, compiler version etc...that is the issue. We have to port the... (1 Reply)
Discussion started by: saddlerken
1 Replies

6. Shell Programming and Scripting

What is a "repository"?

What is a "repository" in the context of computers? For example when I look up the svnadmin create command I find that it creates a new repository. Also, what is a "directory struture", is that the same as a directory? (1 Reply)
Discussion started by: computethis
1 Replies

7. Solaris

svn error after intallation

Dear All, after i install svn whin i trying to use svnadmin command i got this error xxmasrawy # svnadmin ld.so.1: svnadmin: fatal: libldap-2.4.so.2: open failed: No such file or directory Killed xxmasrawy# what can i do for this xxmasrawy# ldd svn libsvn_client-1.so.0... (4 Replies)
Discussion started by: xxmasrawy
4 Replies

8. Shell Programming and Scripting

Subversion and the GNOME Keyring

The reason I'm posting this message is because I've written a Korn shell script that will be of use to those people who use the Subversion client on Linux or Solaris and would like their passwords to be encrypted. I realise this isn't strictly a question or matter concerning shell scripts, but as... (4 Replies)
Discussion started by: cambridge
4 Replies

9. UNIX for Beginners Questions & Answers

A question about Subversion and commit from the command line

Hey guys, so I want to start using the terminal when I do thinks like update, commit and whatnot. I am use to using kdesvn which is a GUI that helps me with subversion. However, kdesvn does not seem to play well on 18.04 and regardless I am trying to move away from GUI's in general. I want to... (1 Reply)
Discussion started by: Circuits
1 Replies