Keeping source code

Moderator: Project members

Post Reply
Message
Author
HengJ
500 Command not understood
Posts: 4
Joined: 2014-06-12 13:37
First name: Heng
Last name: H

Keeping source code

#1 Post by HengJ » 2014-06-12 13:48

Guys, I'm doing an assignment regarding FileZilla, and I really need your help. :hang:

Here are some of the tasks given,

-How do contributors keep their source code;
-How individual contributors retrieve the latest, or a specific version, of the source
code;
-How do they consolidate the modified code to generate the executables;
-What are the processes for them to release the software;
-How does one reports bug in their software;
-How do they keep the records of bugs;
-How do they prioritize their bug fixes or feature development;
-Ways to improve the workflow;


Can anyone help me in answering any of the questions :^^:

User avatar
botg
Site Admin
Posts: 35563
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

Re: Keeping source code

#2 Post by botg » 2014-06-12 17:08

Contributors as opposed to main developers?

Contributed source is posted in form of patches in FileZilla's Trac: http://trac.filezilla-project.org/, same for bug reports.

HengJ
500 Command not understood
Posts: 4
Joined: 2014-06-12 13:37
First name: Heng
Last name: H

Re: Keeping source code

#3 Post by HengJ » 2014-06-14 09:31

botg wrote:Contributors as opposed to main developers?

Contributed source is posted in form of patches in FileZilla's Trac: http://trac.filezilla-project.org/, same for bug reports.
Thanks botg! This help me alots. How about the ways they keep their source code? I can't find any information in how they backup their source code :?

User avatar
botg
Site Admin
Posts: 35563
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

Re: Keeping source code

#4 Post by botg » 2014-06-14 10:08

While I don't know exactly how contributors keep their source, I'm certain that they at least check the source of FileZilla out of our Subversion repository. See https://filezilla-project.org/sourcecode.php

HengJ
500 Command not understood
Posts: 4
Joined: 2014-06-12 13:37
First name: Heng
Last name: H

Re: Keeping source code

#5 Post by HengJ » 2014-06-15 12:11

How about the process of releasing their software ?

HengJ
500 Command not understood
Posts: 4
Joined: 2014-06-12 13:37
First name: Heng
Last name: H

Re: Keeping source code

#6 Post by HengJ » 2014-06-16 09:26

and also how they prioritize the bug fixes ?
:(

User avatar
botg
Site Admin
Posts: 35563
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

Re: Keeping source code

#7 Post by botg » 2014-06-16 18:46

To get a proposed contribution released, a main developer reviews the patch and, should everything be okay with it, it gets applied to the repository to be released with the next version.

There's no policy on how contributors prioritize bug fixes.

Post Reply