On Mar 12, 2008, at 00:29, Mad Scientist wrote:
> Hi, I am looking to submit a feature request for unversioned files
> stored in the repository along with normal versioned files. This
> could be beneficial for files such as project licenses which apply
> to all revisions or the latest generated files for people who do
> not want or are unable to compile/build the files themselves. It
> keeps could also keep the generated files in an easy to remove
> format when they become out dated or space becomes an issue. I was
> thinking maybe these files could be stored internally ( just a
> guess/suggestion ) at revision 0 or -1 and override any versioned
> files.( could allow misplaced files to be 'removed' as a quick
> patch until the repository is fixed, confidential data on a public
> repository for instance )
>
> Thanks in advance for any additional constructive comments.
This has been suggested before, and I don't think it's going to be
implemented in Subversion. It would be a big task because it asks for
several things not currently in Subversion, and in the end you'd have
something that's very similar to a file server, so the answer is to
use an existing file server.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-03-12 10:22:10 CET