fatal: http://scm.trinitydesktop.org/scm/git/mlt++/info/refs not found: did you run git update-server-info on the server?
What causes this message? How to cure?
On Friday 07 of March 2014 02:15:04 Darrell wrote:
fatal: http://scm.trinitydesktop.org/scm/git/mlt++/info/refs not found: did you run git update-server-info on the server?
What causes this message? How to cure?
See commit c63b07e0 on master 'tde' repository. You need to update URL in main/libraries/mlt++/.git/config
On Friday 07 of March 2014 02:32:23 Darrell wrote:
See commit c63b07e0 on master 'tde' repository. You need to update URL in main/libraries/mlt++/.git/config
How was I supposed to know that was needed?
Darrell
You're right that this change was made quietly, although it should be on notice. I myself have noticed this change fortunately, shortly after Tim's commit.
On 03/06/2014 07:22 PM, Slávek Banko wrote:
On Friday 07 of March 2014 02:15:04 Darrell wrote:
fatal: http://scm.trinitydesktop.org/scm/git/mlt++/info/refs not found: did you run git update-server-info on the server?
What causes this message? How to cure?
See commit c63b07e0 on master 'tde' repository. You need to update URL in main/libraries/mlt++/.git/config
Why the rename to begin with? I always thought mlt++ was a wonky name, but ++ is 100% legal...
On 03/06/2014 07:22 PM, Slávek Banko wrote:
On Friday 07 of March 2014 02:15:04 Darrell wrote:
fatal: http://scm.trinitydesktop.org/scm/git/mlt++/info/refs not found: did you run git update-server-info on the server?
What causes this message? How to cure?
See commit c63b07e0 on master 'tde' repository. You need to update URL in main/libraries/mlt++/.git/config
So to avoid the failure, before update we change .git to:
gitdir: ../../../.git/modules/main/libraries/mltpp
??
Dne pá 7. března 2014 David C. Rankin napsal(a):
On 03/06/2014 07:22 PM, Slávek Banko wrote:
On Friday 07 of March 2014 02:15:04 Darrell wrote:
fatal: http://scm.trinitydesktop.org/scm/git/mlt++/info/refs not found: did you run git update-server-info on the server?
What causes this message? How to cure?
See commit c63b07e0 on master 'tde' repository. You need to update URL in main/libraries/mlt++/.git/config
So to avoid the failure, before update we change .git to:
gitdir: ../../../.git/modules/main/libraries/mltpp
??
No, git folder is unchanged. It should only change the URL.
On 03/07/2014 07:38 AM, Slávek Banko wrote:
No, git folder is unchanged. It should only change the URL.
Yes, that was what I meant, the url inside the '.git' file in mlt++ dir:
07:55 nirvana:~/tde/tde/main/libraries/mlt++> cat .git gitdir: ../../../.git/modules/main/libraries/mltpp
Won't this change show up as some type of commit?
Oh! the change goes in /tde/.git/config, not /tde/main/libraries/mlt++/.git