Re: [Firebird-devel] Commits visible in our main page.

2015-03-22 Thread Ian Mellor
As a long time lurker and user of firebird, if this has no performance cost for the site and someone is willing to do it then this is exactly the sort of thing I judge projects by. The more visible the most recent activity is the more alive a project looks Just most recent is enough, especially wi

Re: [Firebird-devel] Commits visible in our main page.

2015-03-10 Thread Kjell Rilbe
I use TortoiseGit:, which seems to be something along the same lines: https://code.google.com/p/tortoisegit/ Kjell Rilbe Telefon: 08-761 06 55 Mobil: 0733-44 24 64 DataDIA AB Ulvsundavägen 106 168 67 Bromma www.datadia.se 08-514 905 90 Företagskontakt.se

Re: [Firebird-devel] Commits visible in our main page.

2015-03-10 Thread Ivan Arabadzhiev
You`re welcome James :) 2015-03-10 16:06 GMT+02:00 James Starkey : > I didn't know about that. I'm in love! > > > On Tuesday, March 10, 2015, Ivan Arabadzhiev wrote: > >> Personally, I used https://code.google.com/p/gitextensions/ back when I >> was on a Windows/VS environment, and was really h

Re: [Firebird-devel] Commits visible in our main page.

2015-03-10 Thread James Starkey
I didn't know about that. I'm in love! On Tuesday, March 10, 2015, Ivan Arabadzhiev wrote: > Personally, I used https://code.google.com/p/gitextensions/ back when I > was on a Windows/VS environment, and was really happy with it. > > 2015-03-10 15:37 GMT+02:00 Michal Kubecek >: > >> On Tue, M

Re: [Firebird-devel] Commits visible in our main page.

2015-03-10 Thread Ivan Arabadzhiev
Personally, I used https://code.google.com/p/gitextensions/ back when I was on a Windows/VS environment, and was really happy with it. 2015-03-10 15:37 GMT+02:00 Michal Kubecek : > On Tue, Mar 10, 2015 at 02:16:26PM +0100, Dimitry Sibiryakov wrote: > > 10.03.2015 14:11, Omacht András wrote: > > >

Re: [Firebird-devel] Commits visible in our main page.

2015-03-10 Thread James Starkey
There is no reason you can't do exactly what you want. Most people familiar with git tend to use a single repository with multiple branches, but either works. Multiple branches will consume more disk space, but in this day and age, who cares? A note about cmake, git, and MSVS: If git merges a cm

Re: [Firebird-devel] Commits visible in our main page.

2015-03-10 Thread Michal Kubecek
On Tue, Mar 10, 2015 at 02:16:26PM +0100, Dimitry Sibiryakov wrote: > 10.03.2015 14:11, Omacht András wrote: > > with git log you can see every previous version of a file without closing > > the IDE, switching branches, etc. > >Do you mean some kind of plugin to MSVC that can show me the file

Re: [Firebird-devel] Commits visible in our main page.

2015-03-10 Thread Lester Caine
On 10/03/15 12:58, Dimitry Sibiryakov wrote: >For example, I'm working on some issue in 3.0 branch, but I would like to > have a quick > look how this piece of code looked like in version 2.5, 2.0 and 1.5. >What would I have to do with git? Close MSVC, commit unfinished work, > switch to

Re: [Firebird-devel] Commits visible in our main page.

2015-03-10 Thread Omacht András
, March 10, 2015 2:16 PM To: For discussion among Firebird Developers Subject: Re: [Firebird-devel] Commits visible in our main page. 10.03.2015 14:11, Omacht András wrote: > with git log you can see every previous version of a file without closing the > IDE, switching branches, etc. Do yo

Re: [Firebird-devel] Commits visible in our main page.

2015-03-10 Thread Dimitry Sibiryakov
10.03.2015 14:11, Omacht András wrote: > with git log you can see every previous version of a file without closing the > IDE, switching branches, etc. Do you mean some kind of plugin to MSVC that can show me the file's version from any branch? -- WBR, SD. --

Re: [Firebird-devel] Commits visible in our main page.

2015-03-10 Thread Omacht András
. Tel.: +36 1 255 3939  Fax: +36 1 209 1477 http://www.libraszoftver.hu -Original Message- From: Dimitry Sibiryakov [mailto:s...@ibphoenix.com] Sent: Tuesday, March 10, 2015 1:59 PM To: For discussion among Firebird Developers Subject: Re: [Firebird-devel] Commits visible in our main page

Re: [Firebird-devel] Commits visible in our main page.

2015-03-10 Thread Dimitry Sibiryakov
10.03.2015 14:03, Dmitry Yemanov wrote: > Maybe a half of them end nowhere, why polluting the repo with > them? It is your local repository, very cheap and fast one. If you get disappointed with a branch, just kill it without merging to main one or pushing to remote rep. -- WBR, SD. ---

Re: [Firebird-devel] Commits visible in our main page.

2015-03-10 Thread Adriano dos Santos Fernandes
On 10/03/2015 10:03, Dmitry Yemanov wrote: > 10.03.2015 15:56, Omacht András wrote: >> why do you need several working directory? >> Using git is very cheap to switch between branches, it is not necessary to >> make local copies. > I don't see much sense to create a branch every time I have an ide

Re: [Firebird-devel] Commits visible in our main page.

2015-03-10 Thread Dmitry Yemanov
10.03.2015 15:56, Omacht András wrote: > > why do you need several working directory? > Using git is very cheap to switch between branches, it is not necessary to > make local copies. I don't see much sense to create a branch every time I have an idea to play with. Maybe a half of them end nowhe

Re: [Firebird-devel] Commits visible in our main page.

2015-03-10 Thread Omacht András
09 1477 http://www.libraszoftver.hu -Original Message- From: Dmitry Yemanov [mailto:firebi...@yandex.ru] Sent: Tuesday, March 10, 2015 1:43 PM To: For discussion among Firebird Developers Subject: Re: [Firebird-devel] Commits visible in our main page. 10.03.2015 15:30, Michal Kubecek wrote:

Re: [Firebird-devel] Commits visible in our main page.

2015-03-10 Thread Dimitry Sibiryakov
10.03.2015 13:56, Omacht András wrote: > why do you need several working directory? > Using git is very cheap to switch between branches, it is not necessary to > make local copies. For example, I'm working on some issue in 3.0 branch, but I would like to have a quick look how this piece of

Re: [Firebird-devel] Commits visible in our main page.

2015-03-10 Thread Michal Kubecek
On Tue, Mar 10, 2015 at 03:43:10PM +0300, Dmitry Yemanov wrote: > 10.03.2015 15:30, Michal Kubecek wrote: > > > However, there is seldom need for multiple working directories. > > Right now I have five working directories for the same B2_5_Release > branch, each with different uncommitted change

Re: [Firebird-devel] Commits visible in our main page.

2015-03-10 Thread Omacht András
ers Subject: Re: [Firebird-devel] Commits visible in our main page. 10.03.2015 10:36, marius adrian popa wrote: > My hope is that in the future to move all the repositories to > github/git BTW, is it possible with GIT to have a single local copy of a repository but several working direct

Re: [Firebird-devel] Commits visible in our main page.

2015-03-10 Thread Dimitry Sibiryakov
10.03.2015 13:43, Dmitry Yemanov wrote: > Right now I have five working directories for the same B2_5_Release > branch, each with different uncommitted changes. I don't see how it can > be avoided. If I understand git workflow right, you would have to create five branches, commit your changes

Re: [Firebird-devel] Commits visible in our main page.

2015-03-10 Thread Dmitry Yemanov
10.03.2015 15:30, Michal Kubecek wrote: > However, there is seldom need for multiple working directories. Right now I have five working directories for the same B2_5_Release branch, each with different uncommitted changes. I don't see how it can be avoided. Dmitry --

Re: [Firebird-devel] Commits visible in our main page.

2015-03-10 Thread Michal Kubecek
On Tue, Mar 10, 2015 at 11:57:49AM +0100, Dimitry Sibiryakov wrote: > 10.03.2015 10:36, marius adrian popa wrote: > > My hope is that in the future to move all the repositories to github/git > >BTW, is it possible with GIT to have a single local copy of a >repository but several working di

Re: [Firebird-devel] Commits visible in our main page.

2015-03-10 Thread Treeve Jelbert
On Tue, 10 Mar 2015 11:57:49 +0100, Dimitry Sibiryakov wrote: > 10.03.2015 10:36, marius adrian popa wrote: >> My hope is that in the future to move all the repositories to >> github/git > >BTW, is it possible with GIT to have a single local copy of a > repository but several > working directo

Re: [Firebird-devel] Commits visible in our main page.

2015-03-10 Thread Paul Reeves
On Tuesday 10 March 2015 12:24:03 Dimitry Sibiryakov wrote: > 10.03.2015 12:12, Paul Reeves wrote: > > AFAIK, you just need the one copy. You can switch views as much as you > > want. > >So, if I want to have "clean" Firebird copy, "modified" copy and "deeply > reworked" copy synchronized betwe

Re: [Firebird-devel] Commits visible in our main page.

2015-03-10 Thread Lester Caine
On 10/03/15 11:12, Paul Reeves wrote: > When I get a moment I'm going to look at mercurial which seems to do more or > less the same as git but marks files with the committed timestamp. Having been forced to live with github for some time now without concerns as to it's problems, I've been using

Re: [Firebird-devel] Commits visible in our main page.

2015-03-10 Thread Dimitry Sibiryakov
10.03.2015 12:12, Paul Reeves wrote: > AFAIK, you just need the one copy. You can switch views as much as you want. So, if I want to have "clean" Firebird copy, "modified" copy and "deeply reworked" copy synchronized between main repository and themselves, git is definitely not a VCS I need.

Re: [Firebird-devel] Commits visible in our main page.

2015-03-10 Thread Paul Reeves
On Tuesday 10 March 2015 11:57:49 Dimitry Sibiryakov wrote: > 10.03.2015 10:36, marius adrian popa wrote: > > My hope is that in the future to move all the repositories to github/git > >BTW, is it possible with GIT to have a single local copy of a repository > but several working directories fo

Re: [Firebird-devel] Commits visible in our main page.

2015-03-10 Thread Dimitry Sibiryakov
10.03.2015 10:36, marius adrian popa wrote: > My hope is that in the future to move all the repositories to github/git BTW, is it possible with GIT to have a single local copy of a repository but several working directories for different branches? Or I have to have several copies of reposito

Re: [Firebird-devel] Commits visible in our main page.

2015-03-10 Thread Michal Kubecek
On Tue, Mar 10, 2015 at 11:36:37AM +0200, marius adrian popa wrote: > This one is the official one under Firebird organization umbrella  > > https://github.com/FirebirdSQL Thanks for the info, I'll relink my local clone. Michal Kubecek --

Re: [Firebird-devel] Commits visible in our main page.

2015-03-10 Thread marius adrian popa
This one is the official one under Firebird organization umbrella https://github.com/FirebirdSQL My hope is that in the future to move all the repositories to github/git The other mirror is under Adriano's account https://github.com/asfernandes/firebird On Tue, Mar 10, 2015 at 10:49 AM, Michal

Re: [Firebird-devel] Commits visible in our main page.

2015-03-10 Thread Mark Rotteveel
This is the official one now. Mark - Reply message - Van: "Michal Kubecek" Aan: "For discussion among Firebird Developers" Onderwerp: [Firebird-devel] Commits visible in our main page. Datum: di, mrt. 10, 2015 09:49 On Tue, Mar 10, 2015 at 10:31:40AM +0200, mari

Re: [Firebird-devel] Commits visible in our main page.

2015-03-10 Thread Michal Kubecek
On Tue, Mar 10, 2015 at 10:31:40AM +0200, marius adrian popa wrote: > Also we could integrate the github api and stats  > > https://github.com/FirebirdSQL/core/graphs/commit-activity Hm... so we have two github mirrors now? Michal Kubecek ---

Re: [Firebird-devel] Commits visible in our main page.

2015-03-10 Thread marius adrian popa
Also we could integrate the github api and stats https://github.com/FirebirdSQL/core/graphs/commit-activity On Sun, Mar 8, 2015 at 11:36 AM, Mark Rotteveel wrote: > On 6-3-2015 13:56, Alex Peshkoff wrote: > > On 03/05/15 23:21, Carlos H. Cantu wrote: > >> I agree that it would help to make peop

Re: [Firebird-devel] Commits visible in our main page.

2015-03-08 Thread Mark Rotteveel
On 6-3-2015 13:56, Alex Peshkoff wrote: > On 03/05/15 23:21, Carlos H. Cantu wrote: >> I agree that it would help to make people aware that something is >> happening behind the scenes, but I think the content must be short, >> for example, showing only the last 5 commits (with its dates, and >> tit

Re: [Firebird-devel] Commits visible in our main page.

2015-03-06 Thread Alex Peshkoff
On 03/05/15 23:21, Carlos H. Cantu wrote: > I agree that it would help to make people aware that something is > happening behind the scenes, but I think the content must be short, > for example, showing only the last 5 commits (with its dates, and > titles trimmed when need). Clicking in a link cou

Re: [Firebird-devel] Commits visible in our main page.

2015-03-05 Thread Carlos H. Cantu
DS>May be something like SF statistics "XX commits last week" could be enough?.. Looks good too. I think the web designer may decide what fits better the currently layout. []s Carlos http://www.firebirdnews.org FireBase - http://www.FireBase.com.br -

Re: [Firebird-devel] Commits visible in our main page.

2015-03-05 Thread Dimitry Sibiryakov
05.03.2015 21:21, Carlos H. Cantu wrote: > I think the content must be short, > for example, showing only the last 5 commits (with its dates, and > titles trimmed when need). May be something like SF statistics "XX commits last week" could be enough?.. -- WBR, SD. --

Re: [Firebird-devel] Commits visible in our main page.

2015-03-05 Thread Carlos H. Cantu
I agree that it would help to make people aware that something is happening behind the scenes, but I think the content must be short, for example, showing only the last 5 commits (with its dates, and titles trimmed when need). Clicking in a link could send the visitor the the full sourceforge list

Re: [Firebird-devel] Commits visible in our main page.

2015-03-05 Thread Dmitry Yemanov
05.03.2015 23:53, Claudio Valderrama C. wrote: > People, maybe you're going to say that this would be ugly, but at > www.firebirdsql.org > after the PROJECT NEWS I would like to see information about latest commits, > maybe this whole page inside a frame: > http://sourceforge.net/p/firebird/code/c

[Firebird-devel] Commits visible in our main page.

2015-03-05 Thread Claudio Valderrama C.
People, maybe you're going to say that this would be ugly, but at www.firebirdsql.org after the PROJECT NEWS I would like to see information about latest commits, maybe this whole page inside a frame: http://sourceforge.net/p/firebird/code/commit_browser While some readers may feel it's too nerdy