Re: [git-users] Do I have to download all files?

2013-07-03 Thread Martin Møller Skarbiniks Pedersen
On 1 July 2013 04:24, HWSWMAN ed.pat...@gmail.com wrote:
 If I create a git repo for multiple projects, for example ALL projects that
 my team works on, when they clone and pull, do they have to download all the
 files?   Can they sort of selectively download the files they may want to
 read or work on?

 The idea is I want to track a bunch of projects for my team ... so i was
 thinking to make a repo that contains something like this:

 ./MyTEAM/
 ./MyTEAM/Project_A/
 ./MyTEAM/Project_A/Some_Files/
 ./MyTEAM/Project_A/Some_More_Files/
 ./MyTEAM/Project_B/
 ./MyTEAM/Project_C/

I think you should use a different repo of each project.

Regards
Martin

-- 
You received this message because you are subscribed to the Google Groups Git 
for human beings group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [git-users] Do I have to download all files?

2013-07-02 Thread Dale R. Worley
 From: HWSWMAN ed.pat...@gmail.com
 
 If I create a git repo for multiple projects, for example ALL projects that 
 my team works on, when they clone and pull, do they have to download all 
 the files?   Can they sort of selectively download the files they may want 
 to read or work on?  

I believe that one could create a repo with one branch for each
project -- that is, the branches would be *completely different* from
each other.  Since you can pull single branches from a master
repository, you should be able to create a dependent repository that
contains only the history of the one project.

OTOH, Git isn't designed to be used this way, so there are probably a
whole bunch of operational problems in implementing this idea.

Dale

Dale Worley
--
When you want genuine music -- music that will come right home to you
like a bad quarter, suffuse your system like strychnine whisky, go
right through you like Brandreth's pills, ramify your whole
constitution like the measles, and break out on your hide like the
pin-feather pimples on a picked goose,-- when you want all this, just
smash your piano, and invoke the glory beaming banjo!
-- Mark Twain, Enthusiastic Eloquence, 
   San Francisco Dramatic Chronicle, 6/23/1865

-- 
You received this message because you are subscribed to the Google Groups Git 
for human beings group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [git-users] Do I have to download all files?

2013-07-02 Thread Ed Pataky
interesting though thank you

On Tuesday, July 2, 2013, Dale R. Worley wrote:

  From: HWSWMAN ed.pat...@gmail.com javascript:;
 
  If I create a git repo for multiple projects, for example ALL projects
 that
  my team works on, when they clone and pull, do they have to download all
  the files?   Can they sort of selectively download the files they may
 want
  to read or work on?

 I believe that one could create a repo with one branch for each
 project -- that is, the branches would be *completely different* from
 each other.  Since you can pull single branches from a master
 repository, you should be able to create a dependent repository that
 contains only the history of the one project.

 OTOH, Git isn't designed to be used this way, so there are probably a
 whole bunch of operational problems in implementing this idea.

 Dale

 Dale Worley
 --
 When you want genuine music -- music that will come right home to you
 like a bad quarter, suffuse your system like strychnine whisky, go
 right through you like Brandreth's pills, ramify your whole
 constitution like the measles, and break out on your hide like the
 pin-feather pimples on a picked goose,-- when you want all this, just
 smash your piano, and invoke the glory beaming banjo!
 -- Mark Twain, Enthusiastic Eloquence,
San Francisco Dramatic Chronicle, 6/23/1865

 --
 You received this message because you are subscribed to a topic in the
 Google Groups Git for human beings group.
 To unsubscribe from this topic, visit
 https://groups.google.com/d/topic/git-users/gRVv0B4P3Gc/unsubscribe.
 To unsubscribe from this group and all its topics, send an email to
 git-users+unsubscr...@googlegroups.com javascript:;.
 For more options, visit https://groups.google.com/groups/opt_out.




-- 
You received this message because you are subscribed to the Google Groups Git 
for human beings group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.