Now some learnings about checkin
1) In case of KDE it was a command in the format
svn co svn+ssh://jaiva@svn.kde.org/
Not svn co https://... which I initially tried and came to know about this https_proxy variable today only.
You are asked the passphrase for you ssh key and you login.
2) After getting the code, you copy(I mean simple cp) your file/dir to the appropriate place in the checkout directory and give a command svn add
3) Next command is svn checkin
4) svn revert and svn del command were also needed when I messed up the thing first time.
What is not clear still is about .deps files creation and whether they should be checked in and also Makefile and Makefile.in should be checked in or not. I will get it clarified and update this post.
For memories... :) of my first successful(?) endeavour towards obtaining a bigger userbase for my code, and becoming a contributor.
No comments:
Post a Comment