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

Re: Files in repository without versioning?

From: Toby Johnson <toby_at_etjohnson.us>
Date: 2004-12-17 16:29:11 CET

Thomas Becker wrote:

> Is there a way to include these files in the repository,
> so that they are copied to a target computer? But they should
> not be versioned any longer.
> It is of no use to get a new revision only by compiling.

No, it is against Subversion's design to throw out previous versions of
a file whenever it is committed; either it's version-controlled or it's not.

If you want them included in the repository, you'll need to remove the
appropriate entry from your svn:ignore property or the global ignore
definition for your svn client.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Dec 17 16:31:49 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.