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

Re: Updating server from repository - best way?

From: François Beausoleil <fbeausoleil_at_ftml.net>
Date: 2004-11-23 01:37:49 CET

Graham Cossey wrote:
[snip]
> At present I'm using svn export, but this exports an entire directory tree.
>
> Is there a way to only copy out changed files?
>
> Should the development server be considered a working copy?
[snip]

Two ways to do it. Either svn update, or use svnlook to determine what
files changed, and svn cat or svn export only those files.

Hope that helps !
François

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Nov 23 01:41:04 2004

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.