RE: How to checkout only the changes
From: Andrew Reedick <jreedick_at_incomm.com>
Date: Mon, 27 Mar 2017 15:08:53 +0000
> From: horst.schlonz_at_gmx.de [mailto:horst.schlonz_at_gmx.de]
FYI, 'svn copy' counts as an Add. That may or may not be a concern?
Mostly Untested But Seems to Work in the Average Case(tm), so user beware:
#!/bin/bash
# usage: foo.sh 1234 http://svn_server/repo_name
svn log -qv -r $REV $SVNREPO
# Yes we're grepping on XML because :laziness:
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.