git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* unseeking?
@ 2005-04-24 15:47 Zack Brown
  2005-04-24 16:05 ` unseeking? Petr Baudis
  0 siblings, 1 reply; 15+ messages in thread
From: Zack Brown @ 2005-04-24 15:47 UTC (permalink / raw)
  To: git

Hi,

I've been pulling cogito and the kernel, and just fumbling around trying to
learn the tool. My latest cogito is version 0.7, tracking

pasky   rsync://rsync.kernel.org/pub/scm/cogito/cogito.git
linus   rsync://www.kernel.org/pub/linux/kernel/people/torvalds/git.git

I have many questions.

1) I saw some discussion of 'seek' as a way to get to an earlier version of a
tree; so I tried it on my own test directory. I 'seek'ed to the first patch, and
it worked - but now all I have is that very early version of my test directory.
All subsequent changes are apparently gone. How can I seek back to the most
recent state of the dir?

2) How can I 'check out' my local repository? i.e. I want to pretend to be
two developers, one of whom wants to grab a copy of the project leader's work. I
tried things like:

mkdir mygitdir2
git init ../mygitdir

where mydir is my test git repository. This didn't work. I tried rephrasing the
command with an rsync url:

git init rsync://home/zbrown/site/gitstuff/mygitdir

but that didn't work either. It just said:

defaulting to local storage area
rsync: getaddrinfo: home 873: Name or service not known
rsync error: error in socket IO (code 10) at clientserver.c(94)
gitpull.sh: unable to get the head pointer of branch master
gitinit.sh: pull failed

3) How can I do a rename with cogito? There doesn't seem to be a rename command,
and if I manually do a mv and 'git add', I can commit the result, but what
actually happened? Did I really do a rename? Is the file's history preserved?
How can I verify these things?

4) fork, seek, tag, and track are a little mysterious to me. I can guess at what
these things do in general, but the specifics are confusing, and the README is a
little vague.

5) I'm a little confused about how to use a git repository to follow along with
a project. I have no problem pulling the latest version, but I'm interested in
generating changelogs for specific releases like 2.6.12-rc3. How can I

   a) identify the proper 'c83b95297c2a6336c2007548f909769e0862b509' string that
   represents the release I'm interested in

   b) generate the changelog between that version and the previous one,
   once I've solved (a)

Many thanks,
Zack





-- 
Zack Brown

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2005-04-26 21:48 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-04-24 15:47 unseeking? Zack Brown
2005-04-24 16:05 ` unseeking? Petr Baudis
2005-04-24 16:29   ` unseeking? Zack Brown
2005-04-24 17:25   ` unseeking? Daniel Barkalow
2005-04-24 18:01     ` unseeking? Zack Brown
2005-04-24 18:47       ` unseeking? Daniel Barkalow
2005-04-24 21:38         ` unseeking? Zack Brown
2005-04-24 22:10           ` unseeking? Daniel Barkalow
2005-04-25 16:18             ` unseeking? Zack Brown
2005-04-25 17:27               ` unseeking? Daniel Barkalow
2005-04-25 22:28                 ` unseeking? Zack Brown
2005-04-26 20:28                   ` unseeking? Petr Baudis
2005-04-26 21:48                     ` unseeking? Zack Brown
2005-04-26 21:53                       ` unseeking? Petr Baudis
2005-04-24 17:33   ` Rename tracking, revisited (was: unseeking?) Kevin Smith

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).