Wednesday, May 19, 2010

My First Test With SVN

Today, I did my first test with SVN (A revision control system). Following was the procedure followed.

# sudo apt-get install subversion
# svnadmin create --fs-type fsfs /media/disk/OE/dspacceleration
# cd /media/disk/OE/dspacceleration
#svn checkout https://opencv-dsp-acceleration.googlecode.com/svn/trunk opencv-dsp-acceleration
#svn import -m "Testing svn_first time" /media/disk/OE/work https://opencv-dsp-acceleration.googlecode.com/svn/trunk

I was prompted with username and password. Google account password did not work for this. I had to find the password at the http://code.google.com/p/opencv-dsp-acceleration/source/checkout and then click on googlecode.com password to see the password. Finally, the test file was imported.

4 comments:

  1. Nice too see someone taking on dsp + opencv for beagle. Have you tried NEON ? I am interested in this as well. Let me know if you need a hand.

    ReplyDelete
  2. I am currently working for porting to DSP. Help will be appreciated. Please, don't forget to check back for the updates and for your feedback and suggestion.

    ReplyDelete
  3. Can you tell us how will you implement all this? Will you use iUNIVERSAL? Codec Engine?

    ReplyDelete
  4. iUNIVERSAL will be used.

    ReplyDelete