I have two eclipse projects on a SVN repository. How should I combine them into one?
        Posted  
        
            by Eric
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Eric
        
        
        
        Published on 2010-06-09T20:04:41Z
        Indexed on 
            2010/06/09
            20:12 UTC
        
        
        Read the original article
        Hit count: 256
        
I have two eclipse projects on an SVN repository that I feel should be merged into one. The easiest way that I can think of doing this is to copy the contents of both projects into a new local project, commit it, and nuke the old ones.
Is there a better, SVN-ish way of doing things?
I'm using the Eclipse Subversive plugin, for what its worth
© Stack Overflow or respective owner