Re: can I checkout only a revision files ?
From: Geoff Hoffman <geoff.hoffman_at_jawa.com>
Date: Wed, 20 Oct 2010 08:28:14 -0700 (MST)
> On Wed, Oct 20, 2010 at 09:17, Andrea Antonio Maleci
Right,
As others have said, you cannot 'svn co' files,
The ability to export files exists, but to export
I've been trying to learn Bash scripting better
If you're on Windows, install Cygwin.
It may not be exactly what you
You have to do something like...
svn log --verbose -r 2345 | grep M > files.txt
...then something like... (vi svncomod.sh)
#!/bin/bash
... then...
chmod +x svncomod.sh
...and finally...
svncomod.sh files.txt http://path-to/repo
|
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.