asterisk2billing.org
http://forum.asterisk2billing.org/

backporting 1.3 invoices to 1.2
http://forum.asterisk2billing.org/viewtopic.php?f=18&t=4773
Page 1 of 1

Author:  rm [ Mon Jan 19, 2009 8:32 am ]
Post subject:  backporting 1.3 invoices to 1.2

Hi,

i'd like to backport 1.3 invoices code to 1.2. Do you think it makes sense? :)

BTW, is the 1.2 svn available? it looks trunk does not have the full history or am i missing something?

thanks in advance

Author:  asiby [ Mon Jan 19, 2009 11:55 am ]
Post subject: 

What can possibly prefer 1.2 over the most recent, more stable and safer versions of A2Billing?

Author:  stavros [ Mon Jan 19, 2009 1:31 pm ]
Post subject: 

Quite!
The number of serious bugs fixed between v1.3.0 and v1.3.4 alone rules out using anything earlier than v1.3.4 in my mind.

Also please be aware that the invoicing system is being replaced in trunk/v1.4, so you may want to re-base your work on that instead.

The official SVN repo only has history back to the release of v1.3.0_beta. You may find this unofficial repo has a longer history which may be of more use to you.

Author:  rm [ Mon Mar 23, 2009 10:04 am ]
Post subject: 

stavros wrote:
The official SVN repo only has history back to the release of v1.3.0_beta. You may find this unofficial repo has a longer history which may be of more use to you.


that git repository looks fscked, git log gives fatal: bad default revision 'HEAD' and i don't have history even from the web gui. Do you have a pointer to the old svn it was converted from?

Author:  stavros [ Mon Mar 23, 2009 2:58 pm ]
Post subject: 

It works for me like this:
Code:
$ git clone 'git://github.com/xrg/a2billing.git'
Initialized empty Git repository in /home/steve/code/a2b-github/a2billing/.git/
remote: Counting objects: 21589, done.
remote: Compressing objects: 100% (5911/5911), done.
remote: Total 21589 (delta 15520), reused 21265 (delta 15196)
Receiving objects: 100% (21589/21589), 16.36 MiB | 36 KiB/s, done.
Resolving deltas: 100% (15520/15520), done.
warning: remote HEAD refers to nonexistent ref, unable to checkout.

$ cd a2billing
$ git branch -a
  origin/1.3
  origin/origin
  origin/v200

$ git checkout origin/origin
warning: You appear to be on a branch yet to be born.
warning: Forcing checkout of origin/origin.
Checking out files: 100% (2336/2336), done.
Note: moving to "origin/origin" which isn't a local branch
If you want to create a new branch from this checkout, you may do so
(now or later) by using -b with the checkout command again. Example:
  git checkout -b <new_branch_name>
HEAD is now at 4b1c0b4... UPDATE : paypal force on ssl port 443

$ gitk

Author:  xrg [ Mon Mar 23, 2009 3:19 pm ]
Post subject: 

I think I've now fixed the github repo to have a 'master' branch like that v200 one.
It is a minor glitch, though, as any cloned repo will contain everything github does.

Author:  rm [ Tue Mar 24, 2009 10:19 am ]
Post subject: 

thanks guys, your work is very appreciated.

Page 1 of 1 All times are UTC
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/