RE: Checking out only files that changed
From: Geoffrey Devantier <Geoffrey.Devantier_at_derivco.com>
Date: 2007-05-14 12:27:35 CEST
Thanks
It turns out that a very easy way to do what I need to do:
Assuming I want to get only the files that changed for revision 42 to my
Where this is very useful for me as a developer is that now I can put
Regards
-----Original Message-----
"Geoffrey Devantier" <Geoffrey.Devantier@derivco.com> writes:
You just want to get a list of the files? That's easy:
$ svn diff --summarize -c25007 http://svn.collab.net/repos/svn/trunk
If you want to get the contents of the files, yes, you'll need to do
-Karl
-- Subversion support & consulting <> http://producingoss.com/consulting.html ############################################################################################# The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from any computer. Furthermore, the information contained in this message, and any attachments thereto, is for information purposes only and may contain the personal views and opinions of the author, which are not necessarily the views and opinions of the company. ############################################################################################# --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Mon May 14 12:28:40 2007 |
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.