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

Re: subversion

From: David Anderson <david.anderson_at_calixo.net>
Date: 2005-08-31 15:39:20 CEST

Flex wrote:
> This way the folder will be checked out along with the "single file" in
> question. Yeah, it'll not be versioned, but since this issue mostly
> involves using external files (headers files, common files, etc). It may
> solve most of the problems?

You're saying you don't actually need version control on the single file
you want to check out? That is, you're not going to edit and commit it,
just use the content and update it every now and then?

In that case, you can just 'svn cat http://server/repos/file > file'.
You lose versionning on the file, but if you don't need to commit or
actually use it as a working copy, that's all you need.

- Dave.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Aug 31 15:41:26 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.