[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: checkout only new or modified file ?

From: Ryan Schmidt <subversion-2006c_at_ryandesign.com>
Date: 2006-07-25 17:27:22 CEST

On Jul 21, 2006, at 05:30, Julien TOUCHE wrote:

> Gavin Lambert wrote on 21/07/2006 00:01:
>
>> Quoth Julien TOUCHE
>>
>>> is there any options, tools or script to do a checkout only
>>> of new and modified files with their directory tree ?
>>
>> If by "new and modified files" you mean "files more recent than my
>> last
>> checkout/update", then the answer is "svn update".
>
> not in that way.
> more like a limited svn export to update production server without
> svn.
> i can make a path with svn diff, but it doesn't handle binary
> files, so ...

Use "svn export" on the local machine to create an export. Then use
"rsync" to bring the changes up to the production server.

Or, as Gavin said, use a working copy of the project on the
production server and use "svn update" to update it.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Jul 25 17:30:45 2006

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.