Just a thought... Remember that Subversion can be put into an auto-commit mode allowing the repo to be used simply as if it were a standard webdav mount. You wouldn't get the sort of atomic commits that would be good though.
On Thu, May 1, 2008 4:14 am, Wendy Smoak wrote: > On Tue, Mar 11, 2008 at 4:06 PM, Rahul Thakur > <[EMAIL PROTECTED]> wrote: > >> Just thinking out loud - Are builds with internal repos/proxies not >> reproducible? What is/are possible downsides of not having SVN store >> binary artifacts? > > You have more control over an internal repository of course, but > depending on how tightly you control access, things can _still_ > disappear or get changed, resulting in the build that worked six > months ago no longer working. I don't have unix filesystem level > logging of changes to the internal repos. > > There's more to it than repository content (JDK version, Maven > version, locking down plugins, etc.) > > And no, I'm not working on it. It's on the nice-to-have list. :) > > -- > Wendy >
