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

Re: Pulling down (checking out or exporting) a single file from a repository?

From: Max Bowsher <maxb_at_ukf.net>
Date: 2005-01-17 23:54:48 CET

jim.mochel@ascentialsoftware.com wrote:
> Hi there folks,
>
> I am managing several large scale automated builds spread out among
> several
> systems/continents and I am looking at leveraging Subversion to manage
> parts
> of the process.
>
> A key thing I would like to do is manage de3pendencies via a central
> repository in Subversion. But to do that I need to pull down single files
> from an entire repository.
>
> Is there anyway to do this from the command line or C libraries ?

svn cat URL-TO-FILE > file

From subversion 1.2.0, "svn export" will work for files, too.

Max.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Jan 17 23:59:12 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.