On Sun, Jul 14, 2013 at 5:58 PM, Akhil Anil <akhil.ka...@gmail.com> wrote:

> Hi all,
>
> I'm newbie to open source project development. I wanted to make some
> contributions to Tuscany. I had some doubts about this. Sorry if it looks
> silly.
>
> *This is my current set up:*
> Have experience in using eclipse ide for any project development and have
> it installed.
> Have svn, git and maven installed in via terminal.
> Installed m2e maven plugin in eclipse to import the sample projects.
>
> *Doubts. *
> I know how svn, git and maven works in ide. But, I'd like to know the
> process involved from checking out src code to creating a patch most
> suitable for this situation. How do you guys do it? purely via terminal or
> via ide?
>

http://tuscany.apache.org/documentation-2x/sca-java-development-guide.html

To create patches, once you make the changes, do svn diff >> JIRA-XXXX.patch


>
> If we use svn,git and maven via terminal how do we do the file edits?
>

You just use eclipse to edit the files.


>
> If we do the file edits via ide how do we create the patches and builds?
> Is it via respective plugins?
>

I don't use any plugins, I do all via command line.
I don't think you can do Tuscany maven builds via Eclipse IDE plugins.


If you are having issues using SVN, i'd recommend not going to the git
path, and stick with SVN.

If you are using windows, there is Tortoise SVN that can help a bit.

Also, http://svnbook.red-bean.com/ or
http://lmgtfy.com/?q=hot+to+create+a+subversion+patch

-- 
Luciano Resende
http://people.apache.org/~lresende
http://twitter.com/lresende1975
http://lresende.blogspot.com/

Reply via email to