UCLEAN(1) Command reference UCLEAN(1)NAME
uclean - remove redundant files from upstream source packages
SYNOPSIS
uclean FILE [ NEWFILE... ]
DESCRIPTION
Uclean is an attempt to automate the "cleanup" procedure that can be needed for some package upstream tarballs. It will try to unpack it,
remove cruft like CVS directories, .svn directories and forgotten object files. Then it will recreate the tarball, using the highest
compression ratio. The resulting file is either stored under the same name (the old one is renamed) or as a new file if you specify it as
the last argument.
SEE ALSO
/usr/share/doc/svn-buildpackage/()
The svn-buildpackage HOWTO manual
svn-inject(1)
puts a Debian source package into Subversion repository
svn-upgrade(1)
upgrade source package from a new upstream revision
svn(1)
Subversion command line client tool
dpkg-buildpackage(1)
Debian source package tools
lintian(1)
Debian package checker
AUTHORS
Eduard Bloch
This manual page was written by Eduard Bloch in roff.
Goneri Le Bouder
Converted manpages to SGML.
Neil Williams
Converted manpages to DocBook XML and current Debian maintainer
COPYRIGHT
Copyright (C) 2009 Eduard Bloch
Release: 0.8.2 May 2009 UCLEAN(1)
Check Out this Related Man Page
SVN-DO(1) Command reference SVN-DO(1)NAME
svn-do - export a source and run a command inside the source.
SYNOPSIS
svn-do COMMAND
DESCRIPTION
svn-do will use svn-buildpackage to export a source, run a command inside the exported source and, if the command succeeds, copy back the
debian/ tree
EXAMPLES
clean the tree (useful if this requires the full source tree)
$ svn-do debclean
I: Exporting source tree via svn-buildpackage...
[...]
I: Running command: debclean
[...]
I: Copying back the debian/ tree...
'debian/control' -> 'path/package/debian/control'
use quilt to refresh a patch
$ QUILT_PATCHES=debian/patches svn-do
sh -c "quilt push 002_static-linking-dont-build-perf.patch;
quilt refresh"
[...]
I: Copying back the debian/ tree...
[...]
'debian/patches/002_static-linking-dont-build-perf.patch' ->
'/path/package/debian/patches/002_static-linking-dont-build-perf.patch'
Start a source editing session and decide later not to copy back the debian/ tree
$ svn-do $SHELL
[...]
I: Running command: /bin/zsh
% exit 1
E: command exited with 1; not copying back the debian/ tree.
edit a patch in a CDBS' simple-patchsys based package
$ svn-do cdbs-edit-patch 02_pmount.patch
[...]
SEE ALSO
/usr/share/doc/svn-buildpackage/()
The svn-buildpackage HOWTO manual
svn-inject(1)
puts a Debian source package into Subversion repository
svn-upgrade(1)
upgrade source package from a new upstream revision
svn(1)
Subversion command line client tool
dpkg-buildpackage(1)
Debian source package tools
lintian(1)
Debian package checker
AUTHORS
Eduard Bloch
This manual page was written by Eduard Bloch in roff.
Goneri Le Bouder
Converted manpages to SGML.
Neil Williams
Converted manpages to DocBook XML and current Debian maintainer
COPYRIGHT
Copyright (C) 2009 Eduard Bloch
Release: 0.8.2 May 2009 SVN-DO(1)
Hi All,
There's a new upgrade for apache software, RHSA-2009:1580-02.
My red hat ent es 4 has only this
httpd-manual-2.0.52-25.ent
Do I really need to upgrade this? Is this just the manual or it has more functionality than that?
Thanks for any comment you may add. (1 Reply)
I had a question on my interview today.
so how would you automate install/upgrade to a package to 200 servers.
and obviously not by going to each system physically.
Answer: NFS share , using perl script and rpm utility. But i have not done such kind of install/upgrade so my knowledge is... (3 Replies)
I had hard time to understand svn, and asked my admin who said I was over thinking and recommend remember the 5~6 commands to do as told. But I am so lost when the situation changed a little bit. For example, I am in my local box under my project folder:
/home/yifangt/svn/ where there are two... (5 Replies)
How to get only modified and added files with revision,author and comments from svn log verbose
------------------------------------------------------------------------
r7351 | user01 | 2013-07-02 17:53:28 -0400 (Tue, 02 Jul 2013) | 2 lines
Changed paths:
D /trunk/demo/proj1/.project
... (1 Reply)
Hello,
I need to upgrade my Debian system 7.8 to 8.5 but by default via apt-get It moves to 8.6 version(latest stable version). I'm new to Debian so didn't figure out the solution.
I've checked few suggestions over internet like editing apt source list file using snapshot archive.
Please... (2 Replies)
Hi
I am svn adminstator and using svn verion 1.6 it is on linux
actually there is total 4 repositories in svn, i can access 3 repository (I can perform svn admin work)
but for one repository Acces to '!svn/ver 488519' forbidden.
it is suddenly happening.
i will really appriciete if some one... (5 Replies)