Name : subversion
| |
Version : 1.3.2
| Vendor : aLinux Soft_ Corporation_
|
Release : 7
| Date : 2008-08-16 19:43:09
|
Group : System
| Source RPM : subversion-1.3.2-7.src.rpm
|
Size : 1.38 MB
| |
Packager : linuxkid < alinux_alinux_tv>
| |
Summary : Subversion (svn) revision system.
|
Description :
subversion What Is Subversion? The goal of the Subversion project is to build a version control system that is a compelling replacement for CVS in the open source community. The software is released under an Apache/BSD-style open source license.
svn co http://svn.apache.org/repos/asf/apr/apr/branches/0.9.x apr svn co http://svn.apache.org/repos/asf/apr/apr/branches/0.9.x apr-util
Usage Example. I use subversion from the command line like these two examples below, the first grabs everything, the second, grabs everything but the .svn auto-generation files:
svn co http://svn.foo-projects.org/svn/xfce/modules/4.2
svn export http://svn.foo-projects.org/svn/xfce/modules/4.2 or just: find . -name \'.svn\' -print0 | xargs -0 rm -R
|
RPM found in directory: /vol/rzm1/linux-ibiblio.old/distributions/peanut/aLinux-15.0/pkgs/RPMS/KDE/installed |