On Thu, 26 Jul 2012 16:15:19 +0200
Juan Jose Garcia-Ripoll <juanjose.garciarip...@gmail.com> wrote:

> Unexpectedly, the addresses for the git repositories have changed with the
> upgrade. We now have both http and git access and the new addresses (read
> only) are
> 
> git clone git://git.code.sf.net/p/ecls/ecl ecls-ecl
> git clone git://git.code.sf.net/p/ecls/ecl-doc ecls-ecl-doc

I must say that I have little experience with Git, having first used it
with this project.

For some time I would occasionally simply try a "git pull" in case
sourceforge could still use the repository my git tree was configured
to use, but there seemed to be no more updates.

So I tried to tell git to select a new remote master:

$ git remote rm origin
$ git remote add origin git://git.code.sf.net/p/ecls/ecl
$ git config master.remote origin
$ git config master.merge refs/heads/master

Yet if I try simply "git pull", I get an error that I should now
specify a branch.  If I try "git pull master" I get another error that
the repository doesn't exist...

Fortunately I had kept a backup of the working tree before beginning my
tests to switch remote repository, but it is still configured for the
old one:

$ git remote -v
origin  git://ecls.git.sourceforge.net/gitroot/ecls/ecl (fetch)
origin  git://ecls.git.sourceforge.net/gitroot/ecls/ecl (push)
$ git pull
Already up-to-date. (no connection error, though)

I'd gladly follow suggestions from someone who has more Git
experience :)

Thanks,
-- 
Matt

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Ecls-list mailing list
Ecls-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ecls-list

Reply via email to