I have a working Angstrom distribution with an ARM-specific overlay and a 
self-modified image.  We have a local Subversion repository which I have been 
using for revision control of my application software.  I would like to commit 
everything needed to build the Angstrom distribution locally in my Subversion 
repository to guarantee that I can get back to the same spot at a later time.  
Since this is only a few commands and I suspect it will take quite a while to 
run, I wanted to double check that I had things right before I started.

Local Git repository path:  /media/sda3/stuff/openembedded
Desired SVN repository path:  
https://path/to/SVN/repository/trunk/path/to/software/dev/openembedded 
(directory exists in SVN but is empty)

I think what I need to do is:
git svn clone --stdlayout 
https://path/to/SVN/repository/trunk/path/to/software/dev/openembedded
git svn rebase
git svn dcommit -e

If I'm reading the documentation correctly, this should then take everything 
that is part of my local Git repository and add it to my local Subversion 
repository.  Does this look right to everyone else?

Thanks,
Bryan








_______________________________________________
Angstrom-distro-devel mailing list
Angstrom-distro-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel

Reply via email to