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-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] Firebird 3 API demo usage with Pascal

2015-03-10 Thread liviuslivius
W dniu 2015-03-10 02:56:24 użytkownik Adriano dos Santos Fernandes napisał: > On 08-03-2015 12:05, liviusliv...@poczta.onet.pl wrote: > > > > > With that changes all work > > > > Please try the current files without modifications. > > > PS> is it possible to specify user and pass without s

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, marius adrian popa wrote: >

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 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 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 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 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 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 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 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 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 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 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 Omacht András
Hi Dimitry, why do you need several working directory? Using git is very cheap to switch between branches, it is not necessary to make local copies. (One of our GIT repository contains - more than 250 branches (since 2011.10.18) (previous versions of the program, developers branches for new ide

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 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 Omacht András
Easy. Open branch for each group of changes (for example by jira tickets) and commit them separetly. After finished one fix you can merge that branch back to the master branch. https://www.atlassian.com/git/tutorials/using-branches " As you read, remember that Git branches aren't like SVN branch

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 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 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 Omacht András
No, with git log you can see every previous version of a file without closing the IDE, switching branches, etc. The only requirement is FB2.0, FB2.5, FB3.0 branches must be stored in the same repository. OMACHT ANDRÁS fejlesztési igazgató Libra Szoftver Zrt. 1113 Budapest, Karolina út 65. Tel

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
No, sorry, I can only bid for SmartGit. OMACHT ANDRÁS fejlesztési igazgató Libra Szoftver Zrt. 1113 Budapest, Karolina út 65. 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, Mar

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 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 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 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] Odp: Firebird 3 API demo usage with Pascal

2015-03-10 Thread Alex Peshkoff
On 03/07/15 09:28, liviusliv...@poczta.onet.pl wrote: > > I've not been following FB3 stuff closely but I'm assuming the > API will be working with UTF-8 strings. That's not exactly correct. Firebird is using OS support to convert from OS default encoding to UTF-8. One can use utf8 strings, but

Re: [Firebird-devel] Odp: Firebird 3 API demo usage with Pascal

2015-03-10 Thread Geoff Worboys
Alex Peshkoff wrote: > On 03/07/15 09:28, liviusliv...@poczta.onet.pl wrote: >> >> I've not been following FB3 stuff closely but I'm assuming the >> API will be working with UTF-8 strings. > That's not exactly correct. Firebird is using OS support to convert from > OS default encoding to UTF-8. On

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] Firebird 3 API demo usage with Pascal

2015-03-10 Thread liviuslivius
> PS> is it possible to specify user and pass without storing it in system > vars - which is not secure? > >>You could build DPB as before. This is a piece that works as before, and >>as I said, these files I'm distributing does not have the old constants >>declared. >>Adriano Will be good to s

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