[ILUG] Tip of the day: svn hackery
CP Hennessy
cp.hennessy at openapp.biz
Fri Aug 18 10:05:20 IST 2006
On Friday 18 August 2006 00:04, Stephen Shirley wrote:
[snip]
> As your reward, a single 'svn status /' will now check all of the
> top-level dirs that are stored in subversion, making it much easier to
> keep track of things.
Or you could use svn externals feature e.g.
$ svn propedit svn:externals /
etc file:///root/svn/etc
boot file:///root/svn/boot
$ svn status /
X etc
Performing status on external item at 'etc'
X boot
Performing status on external item at 'etc'
No svn hacking involved :)
CPH
More information about the ILUG
mailing list