Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Organizing Projects with CVS?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
shochu
n00b
n00b


Joined: 07 Oct 2004
Posts: 7

PostPosted: Thu Nov 11, 2004 12:25 am    Post subject: Organizing Projects with CVS? Reply with quote

I'm currently a college student and I just got my cvs server up and running using ssh login thanks to all the great info on these forums.

I have 3 classes right now that will require 3 different programming projects and I thought it would be neat to keep them all organized on a personal CVS server so I can work on the code from anywhere and keep it in sync.

Right now I have one repository set up in /usr/local/cvs

My question is this .... I plan on having 3 or 4 distinct programming projects (one for each of my classes) and wanted to know the best way of organizing this. Should I set up 4 different repositories? Or would creating 4 regular modules be fine? Since this is my first cvs server ever and in fact my first linux box ever I didn't want to make a misinformed decision now and have a tough time later on reversing it.

Thank you for the advice!
Back to top
View user's profile Send private message
adsmith
Veteran
Veteran


Joined: 26 Sep 2004
Posts: 1386
Location: NC, USA

PostPosted: Thu Nov 11, 2004 1:40 am    Post subject: Reply with quote

I do this with my assigments and projects [all (La)TeX code or maple code, since I'm a mathematician], since I access them from several workstations and want them all in sync.

I just have
~/math-repository
set to be my repository on my primary home server,

then on each local machine, I use
~/math
as a sandbox,
and then I organize the modules by

~/math/SEMESTER/CLASS/ASSIGNMENT/files

then I keep any headers I use for everything in ~/math/utils.

for instance, a file is
~/math/yr2-fall2004/topoII-262/hw01/hw01-8-30-2004.tex


There's really no point in having multiple CVS archives, since you can check out modules individually.
Back to top
View user's profile Send private message
shochu
n00b
n00b


Joined: 07 Oct 2004
Posts: 7

PostPosted: Thu Nov 11, 2004 1:43 am    Post subject: Reply with quote

Great! Thanks for the advice. I'll go ahead and set up modules then.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum