[gitorious] gitorious on synology nas

2012-07-18 Thread Yngve Inntjore Levinsen
Hi, I was wondering if anyone have tried (or succeeded in) installing gitorious on a Synology (NAS) server? With the upgrade to DSM 4.0, they have opened for 3rd party apps to be installed with ease. Currently useful stuff like Wordpress, MediaWiki, Drupal and more are available. Having gitor

Re: [gitorious] Gitorious Login Problem

2012-07-18 Thread Federico Don
Hi, Could you paste a Virtual Host in Apache? Regards, 2012/7/18 Aydan Taşdemir > Hi , > > Yes It is my first login and I create admin user with this command > > env RAILS_ENV=production ruby1.8 script/create_admin > 2012/7/17 Federico Don > >> Hello, is it first logon? are you created the ac

[gitorious] Help: migrate Git repo into Gitorious

2012-07-18 Thread Ake G
Current working version of git version 1.6.1 on Ubuntu 11.04 Is there any scripts that do this easily? I have exported my repos from CVS -> git following documentation at http://cvs2svn.tigris.org/cvs2git.html under the '*Usage*' Heading. I have also used followed http://www.pedro.kiefer.com.b

Re: [gitorious] Help: migrate Git repo into Gitorious

2012-07-18 Thread Federico Don
Hi, If you have one server with GIT and you have other server with GITORIOUS, and you need migrate repository from GIT to GITORIOUS, you need this step to step: 1- You need create a new Repository in GITORIOUS 2- In server GIT inside to Repository: $ git remote -v (You will show the "remotes" f

Re: [gitorious] Help: migrate Git repo into Gitorious

2012-07-18 Thread Ake G
What I have done is exported each CVS repository into a git repository and I have confirmed that the history of my module is present. Now that I have the bare and I have confirmed that the history is intact, I would like to transfer the contents of the 'init --bare' repo to the gitorious server

Re: [gitorious] Help: migrate Git repo into Gitorious

2012-07-18 Thread Federico Don
Yes, it is correct and your history is preserved I hope your comment Regards, 2012/7/18 Ake G > What I have done is exported each CVS repository into a git repository and > I have confirmed that the history of my module is present. > > Now that I have the bare and I have confirmed that the his

Re: [gitorious] Help: migrate Git repo into Gitorious

2012-07-18 Thread Kevin Cox
On Jul 18, 2012 2:21 PM, "Federico Don" wrote: > > Yes, it is correct and your history is preserved > >> >> If yes will the history be preserved on Gitorious ? >> Just a side note, in git history is treated very much like the actual code is. Every commit "confirms" all of the code and history up

Re: [gitorious] Help: migrate Git repo into Gitorious

2012-07-18 Thread Kevin Cox
On Jul 18, 2012 11:56 AM, "Ake G" wrote: > > Current working version of git version 1.6.1 on Ubuntu 11.04 > > Is there any scripts that do this easily? > > I have exported my repos from CVS -> git following documentation at http://cvs2svn.tigris.org/cvs2git.html under the 'Usage' Heading. > > I ha

Re: [gitorious] Help: migrate Git repo into Gitorious

2012-07-18 Thread Kevin Cox
On Jul 18, 2012 11:56 AM, "Ake G" wrote: > > Current working version of git version 1.6.1 on Ubuntu 11.04 > > Is there any scripts that do this easily? > > I have exported my repos from CVS -> git following documentation at http://cvs2svn.tigris.org/cvs2git.html under the 'Usage' Heading. > > I ha