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

RE: Single File update for patch builds

From: Robert Hunter <robert.hunter_at_gen-i.co.nz>
Date: 2005-03-30 07:30:40 CEST

Sri wrote:
> I have a question regarding the patch builds in subversion codebase.
> In cvs we can just update the needed files alone, by giving the files
> revision number and do the build, since it supports single file
> version.
>
> How can we do it in subversion. here in a revision, say 55, there may
> be one or more files changed. But i need to take only particular file
> for the build from one revision say 55, ignoring other files chaged in
> the same revision 55.

Easy. Just specify the name of the file on the "svn update" command-line.

$ svn update -r 55 myfile

... although I wonder if tags and branches would make more sense for
preparing specific revisions for a build process.

-- 
Robert Hunter
*****************************************************************************
This communication, including any attachments, is confidential.
If you are not the intended recipient, you should not read it
- please contact me immediately, destroy it, and do not copy
or use any part of this communication or disclose anything about it,
Thank you.
Please note that this communication does not designate an information system
for the purposes of the Electronic Transactions Act 2002
******************************************************************************
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Mar 30 07:33:50 2005

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.