*** I tried to send this off-list... but the e-mail got rejected. ***

Michael,

I don't think that the midi_import branch was created quite right.

It looks like you created a midi_import under branches and then "manually"
copied in the source tree.  I understand why you did this... but it's not
a good idea because we lose the ability to track the history of the files
(and the changes made).  In addition, it takes up more disk space for the
repository.

Here's how to correct the situation:

  $ svn rm http://svn.assembla.com/svn/hydrogen/branches/import_midi

And here's how to create the branch (using trunk as your starting point.

  $ svn cp http://svn.assembla.com/svn/hydrogen/trunk \
           http://svn.assembla.com/svn/branches/midi_import

This makes a "cheap copy" of the current source tree to your branch.  It
doesn't take any extra disk space doing it like this (but the way that you
did it takes *a lot* of extra disk space).  Unfortunately, there's no easy
way to fix the disk space issue now.

Let me know if you need more help... or you have any questions... or
whatever.  :-)

Peace,
Gabriel


-- 
               G a b r i e l   M   B e d d i n g f i e l d


------------------------------------------------------------------------------
_______________________________________________
Hydrogen-devel mailing list
Hydrogen-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hydrogen-devel

Reply via email to