Re: Problems setting up bare repository (git 1.5.3.3)

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Barry Fishman <barry_fishman@...>
Cc: <git@...>
Date: Monday, October 1, 2007 - 6:32 pm

Barry Fishman <barry_fishman@acm.org> writes:


Read BOTH OF the error messages.  Especially the first one.

This error message is telling you that the dst side of the
refspec you supplied (that's the second 'master' in
"master:master") does not exist there, and we do not create it
unless you give a full refname that begins with refs/ (so that
push can tell if you want to create a tag or a branch).

$ git push /pub/git/foo.git master:refs/heads/master

would have worked, without --force.
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Problems setting up bare repository (git 1.5.3.3), Barry Fishman, (Mon Oct 1, 5:46 pm)
Re: Problems setting up bare repository (git 1.5.3.3), Junio C Hamano, (Mon Oct 1, 6:32 pm)
Re: Problems setting up bare repository (git 1.5.3.3), Johannes Schindelin, (Tue Oct 2, 5:46 am)
Re: Problems setting up bare repository (git 1.5.3.3), Johannes Schindelin, (Tue Oct 2, 1:45 pm)
Re: Problems setting up bare repository (git 1.5.3.3), Junio C Hamano, (Tue Oct 2, 2:23 pm)
Re: Problems setting up bare repository (git 1.5.3.3), Johannes Schindelin, (Tue Oct 2, 4:59 pm)
Re: Problems setting up bare repository (git 1.5.3.3), Junio C Hamano, (Tue Oct 2, 3:09 pm)
Re: Problems setting up bare repository (git 1.5.3.3), Johannes Schindelin, (Tue Oct 2, 5:02 pm)
Re: Problems setting up bare repository (git 1.5.3.3), Shawn O. Pearce, (Mon Oct 1, 7:35 pm)
Re: Problems setting up bare repository (git 1.5.3.3), Junio C Hamano, (Mon Oct 1, 7:24 pm)
Re: Problems setting up bare repository (git 1.5.3.3), J. Bruce Fields, (Mon Oct 1, 7:17 pm)