Hello Carsten,

"Carsten Neumann" <carsten_neum...@gmx.net> schrieb im 
Newsbeitrag news:4dbecc3d.8030...@gmx.net...
>
> hmm, not sure what the problem is. I found this
> http://www.spinics.net/lists/git/msg19550.html on the git mailing list
> from 2007: it seems there was a problem with certain versions of the
> cygwin dll, are you perhaps using an affected version?
>
No I don't think that this is my problem. I'm up to date with my cygwin 
installation. I also tried on various windows platforms and machines. 
Additionally, I also tried a non OpenSG git repository with the very same 
result. It is not an OpenSG problem but a cygwin installation problem.

>> Using mysysGit instead does work properly, however.
>
> ok, that's what i've been using.
>
I have now settled to use mysysGit for the near future.

>
> there is no exact equivalent to this, since there are no version numbers
> to begin with in a distributed VCS ;)
Yes,..., but the version number scheme was mentally quite handy. It might be 
my problem that I think sequentially about the code base transformations.

> Normally to update your local repository you'd do a 'git pull' which
> internally does 'git fetch' (fetching changes from the remote
> repository) and then 'git merge' (merging them into the branch you've
> checked out locally).
> So what you can do is to manually run 'git fetch' to only obtain the
> changes, but not modify your local branch(es). You can then use 'gitk
> --all' (or just 'git log origin/master') to see the remote changes.
>
Looks like I have to learn git...


So let me summerize...
git clone xxx -> create rep in empty environment
git pull -> in git enviromnent is a like git fetch + git merge
...i.e. if I want be synchronized with the main repository of OpenSG 2 I 
have to do rerun git pull?

Is there a command to revert to the last state of the local clone if 
something does not match my expectations (undo)?


Best,
Johannes




------------------------------------------------------------------------------
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
_______________________________________________
Opensg-users mailing list
Opensg-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to