Jump to content

  • Log In with Google      Sign In   
  • Create Account

Awesome job so far everyone! Please give us your feedback on how our article efforts are going. We still need more finished articles for our May contest theme: Remake the Classics

#Actualviptampa

Posted 07 April 2012 - 10:03 PM

I recently had a change in role in an UDK project I'm working on and it looks like its my job now to organize the group more effectively.  (Long story)

One of the first things I want to do is get our code, UPKs, and raw content files in repositories.  

The code repo needs to be able to store several revisions (10 or more).  
The UPK repo needs to be able to store up to 3 revisions
The raw content repo only needs to store the most recent revision.  (this is to prevent our repo from hounding all the space we have on the VPS)

I'm not going to be macho and say I've done this before.  I'm organize groups for my day job and know that only using dropbox has to stop.
I'm not sure which repository program / programs will work best with what I need.

Can anyone make a suggestion?  I'm unsure if SVN, Mercurial, or GIT can be limited for the number of revisions allowed per repo.

~Sean

#1viptampa

Posted 07 April 2012 - 10:02 PM

I recently had a change in role in UDK project I'm working on and it looks like its my job now to organize the group more effectively.  (Long story)

One of the first things I want to do is get our code, UPKs, and raw content files in repositories.  

The code repo needs to be able to store several revisions (10 or more).  
The UPK repo needs to be able to store up to 3 revisions
The raw content repo only needs to store the most recent revision.  (this is to prevent our repo from hounding all the space we have on the VPS)

I'm not going to be macho and say I've done this before.  I'm organize groups for my day job and know that only using dropbox has to stop.
I'm not sure which repository program / programs will work best with what I need.

Can anyone make a suggestion?  I'm unsure if SVN, Mercurial, or GIT can be limited for the number of revisions allowed per repo.

~Sean

PARTNERS