I'm not particularly comfortable with the idea of putting binaries into
subversion. Can't he generate these binaries from the sources he has in
subversion? Futhermore, he's really not making use of the features
subversion, by taking care of branching himself. Perhaps he should spend
some time reading the subversion user guide?
On Sat, Mar 8, 2008 at 3:33 AM, Ryan Schmidt <
subversion-2008a_at_ryandesign.com> wrote:
>
> On Mar 7, 2008, at 11:17, wimpunk wrote:
>
> > I'm espessially interested in the how the subversion database will
> > handle this. As far as I understand the manual, a branch doesn't
> > take much more space. I wonder if this is still true putting
> > branches in differen subdirectories.
>
> No difference for Subversion. It's not that branches are cheap, it's
> that copies are cheap. So it doesn't matter what directory structure
> he uses, as long as he uses "svn copy" (and not "cp -R" followed by
> "svn add") to do the copy.
>
>
>
> ---------------------------------------------------------------------
> 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-08 10:40:44 CET