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

Re: unversioned files.

From: Andreas Schweigstill <andreas_at_schweigstill.de>
Date: 2006-08-04 11:36:42 CEST

Dear Glenn!

Glenn Pierce schrieb:
> 1, At my place of work we have a lot of libraries in the source control
> and projects that depend on them.
> There are people you don't like having to checkout all the libraries and
> recompile them. They would prefer that the person changing the library
> creates a dll and everyone can use that.
>
> Obviously I wouldn't want this dll versioned as every recompile would
> result in a new versioned file.

I think that is a really bad idea. When the library maintainer changes a
source file he also has to commit this to the library repository. If the
precompiled files wouldn't be versioned noone could find out to which
library revision they belong. You will get for more problems which this
than with checking in the precompiled library.

> Could I somehow add files to svn and specify that those ones are not
> versioned and simply replaced.

Hmmm, no.

> People could then checkout the project they are working on and any dll's
> it depends on ?

When the libraries are very "stable" there won't be many commits of
precompiled code. But if the library is "unstable" and therefore changed
very often the application developer has know which library revision he
is using.

> 2, Is there a way to see all the toplevel repositories when using svnserve
> without going onto the server and looking at the filesystem to see
> which ones people have created ?

No. But you can create a special repository which only contains links
to all other repositories.

With best regards
Andreas Schweigstill

-- 
Dipl.-Phys. Andreas Schweigstill
Schweigstill IT | Embedded Systems
Schauenburgerstraße 116, D-24118 Kiel, Germany
Phone: (+49) 431 5606-435, Fax: (+49) 431 5606-436
Mobile: (+49) 171 6921973, Web: http://www.schweigstill.de/
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Aug 4 11:34:25 2006

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.