SVN - GIT Transition not working for me
ashokjp
Joined: 2009-05-27
Posts: 14 |
![]() |
|||||
Till the time the gallery3 was running on svn, things went fine, but now when it is on GIT, it is not working properly for me. I shall explain my situation I am running application on windows. I have installed git and cloned a copy of gallery3 with it(tried via tortoisegit and also simply google git ). In either cases after cloning when i run gallery3 installer, after entering database details, it says gallery3.users table not found I first thought its because i was running mysqlv4. so i setup a wamp with mysql and php version as mentioned in readme. even that dint work. then again i setup latest wamp with php and mysql5, even that dint work. screenshots The var directory is created, database gets created but tables are not published. The var/logs directory is empty then i went to
|
||||||
bharat
![]()
Joined: 2002-05-21
Posts: 7994 |
![]() |
|||||
There were some issues with the web installer that happened because of changes I made right after the git migration. I've fixed those, and as of this moment it's working fine for me. However, you're on Windows so that may be an issue. If you can reproduce this on Linux, I'll be more than happy to investigate. |
||||||
ashokjp
Joined: 2009-05-27
Posts: 14 |
![]() |
|||||
Its still an error for me. I am using tortoisegit to clone ? |
||||||
ashokjp
Joined: 2009-05-27
Posts: 14 |
![]() |
|||||
I just tried cloning now and installing, still the same error. |
||||||
paulrobert
Joined: 2009-02-04
Posts: 7 |
![]() |
|||||
Getting the same issue in windows (Fails to install, ie database not created), this was after getting blank site in linux from fresh install via git (Completes install no problem, when you go to the gallery it's blank). |
||||||
paulrobert
Joined: 2009-02-04
Posts: 7 |
![]() |
|||||
Seems to be fixed in the latest git ;) |
||||||
ashokjp
Joined: 2009-05-27
Posts: 14 |
![]() |
|||||
its stil the same for me from the latest installation from git. I reinstalled gift, followed each instruction step by step as on It still gives same error. But the same time, when i download from so its surely something related to git and windows. plz note, i had no issues with svn. |
||||||
floridave
![]()
Joined: 2003-12-22
Posts: 27300 |
![]() |
|||||
ashokjp wrote:
so its surely something related to git and windows. bharat wrote:
However, you're on Windows so that may be an issue. If you can reproduce this on Linux, I'll be more than happy to investigate. Are you still on windows? Dave _____________________________________________ |
||||||
damon18
![]()
Joined: 2002-10-29
Posts: 56 |
![]() |
|||||
Glad to find this thread and I'm not alone, I have the exact same error trying to run the installer. Decided to finally try a test Gallery3, found I needed to install git to "get it", went through the process and git looked to download a clone using the Windows bash version of git. Since I've never heard of or used git before (use svn on dozens of open source projects) I wasn't sure if there was a way to clean the git files out of the clone before uploading them to the server. My local clone directly had one 12mb+ file in the /.git/objects/pack directory, is that normal? I didn't upload the .git directory to the server. I'd like to try it out if this can be cleared up. Damon Linkous |
||||||
paulrobert
Joined: 2009-02-04
Posts: 7 |
![]() |
|||||
When I got it working, I choose these options during the setup of git. Adjusting your PATH environment Choosing the SSH executable Choosing CR/LF behavior I also used a freshly downloaded copy of XAMPP Lite 1.7.1 Once it installed okay, before the gallery would load I would need to make a small edit in config.php Hope this is of some help. |
||||||
ashokjp
Joined: 2009-05-27
Posts: 14 |
![]() |
|||||
I am using TortoiseGit only. that was a total failure. anyways i will try updating with proceedures you mentioned. |
||||||
ashokjp
Joined: 2009-05-27
Posts: 14 |
![]() |
|||||
paulrobert wrote:
When I got it working, I choose these options during the setup of git. Thanks boss, this worked for me.. kudos!!!!! |
||||||
paulrobert
Joined: 2009-02-04
Posts: 7 |
![]() |
|||||
ashokjp wrote:
Thanks boss, this worked for me.. kudos!!!!! Glad it helped ;) |
||||||
bharat
![]()
Joined: 2002-05-21
Posts: 7994 |
![]() |
|||||
@damon18: if you don't want the extra .git overhead, grab a copy of the latest code from my link below instead. |
||||||