Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Post New Thread Reply

Register GFY Rules Calendar Mark Forums Read
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed.

 
Thread Tools
Old 05-07-2002, 10:45 PM   #1
AdultWire
Confirmed User
 
Join Date: Feb 2002
Location: Toronto, ON
Posts: 962
Simpler alternative to CVS?

Anyone know what I'm talking about.. I am looking for a simple alternative to CVS that I can use to have multiple developers work on a website simultaneously.

The target system is a UNIX FTP, and the workstations are windows boxes. I can optionally setup an SMB share for the target system, so that it can be mapped like a drive for the windows users.

Users must have the simple ability to lock and unlock files (or check out/in), and the system must automatically run diffs between each checkin, and optionally store comments relating to the file changes, as well as be able to automatically degrade the code to any previous revision.

Can anyone point me to non-commercial or commercial products that do this, with my preference being on the former?

The key is, I have to get this system running tommorow, and I don't have time to fully understand CVS and find graphical clients, and train all the users on the intricacies of CVS.

Any help muchly appreciated..
__________________
SIG TOO BIG! Maximum 120x60 button and no more than 3 text lines of DEFAULT SIZE and COLOR. Unless your sig is for a GFY top banner sponsor, then you may use a 624x80 instead of a 120x60.
AdultWire is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 05-07-2002, 10:46 PM   #2
AdultWire
Confirmed User
 
Join Date: Feb 2002
Location: Toronto, ON
Posts: 962
P.S., I don't need to have project branch capabilities.. that's way more advanced than what I'm trying to do.
__________________
SIG TOO BIG! Maximum 120x60 button and no more than 3 text lines of DEFAULT SIZE and COLOR. Unless your sig is for a GFY top banner sponsor, then you may use a 624x80 instead of a 120x60.
AdultWire is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 05-07-2002, 10:57 PM   #3
wired1
Registered User
 
Join Date: Dec 2001
Location: North
Posts: 279
Not sure if I completely understand what your looking for, but zope may work. I have never used or worked with it, but its open source and I know Red Hat and a few other large corporate web sites use it...

http://www.zope.org
wired1 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 05-07-2002, 11:11 PM   #4
bawdy
Confirmed User
 
Join Date: Feb 2002
Posts: 1,424
best bet would be to check out http://www.cvshome.org/
bawdy is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 05-07-2002, 11:15 PM   #5
AdultWire
Confirmed User
 
Join Date: Feb 2002
Location: Toronto, ON
Posts: 962
Well, I was going to go through that all again, but I can't get people trained on that by tommorow morning, and the windows clients suck more dick than .. well.. this if GFY, you can come up with your own similie.

Zope is actually an application server.. not quite what I'm looking for, but I appreciate your help none the less ..

I know microsoft has one.. I used to use it.. SourceSafe I think? Is that commercial or free?

I"ll check the microsoft site.. but something like Source Safe would be fine...
__________________
SIG TOO BIG! Maximum 120x60 button and no more than 3 text lines of DEFAULT SIZE and COLOR. Unless your sig is for a GFY top banner sponsor, then you may use a 624x80 instead of a 120x60.
AdultWire is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 05-07-2002, 11:17 PM   #6
AdultWire
Confirmed User
 
Join Date: Feb 2002
Location: Toronto, ON
Posts: 962
Haha.. but CVSHOME did lead me to here: http://www.durak.org/cvswebsites/
__________________
SIG TOO BIG! Maximum 120x60 button and no more than 3 text lines of DEFAULT SIZE and COLOR. Unless your sig is for a GFY top banner sponsor, then you may use a 624x80 instead of a 120x60.
AdultWire is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 05-08-2002, 01:32 AM   #7
spanky
Confirmed User
 
Industry Role:
Join Date: Apr 2002
Posts: 231
If you can administer the cvs server then your developers ought to be able to figure out wincvs ( http://www.wincvs.org/ )... it's pretty simple. I've had some pretty clueless html monkeys using it pretty quickly before.

If you have a dreamweaver license that would work without the cvs server. It comes with a site manager that allows a users to lock and unlock files and works over ftp and samba shares.

cheers
spanky is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 05-08-2002, 02:09 AM   #8
AdultWire
Confirmed User
 
Join Date: Feb 2002
Location: Toronto, ON
Posts: 962
Thanks spanky. Do you know if dreamweaver is capable of keeping a diff depository, or some sort of revisioning? I'll buy it if it does. Got a refferal link.. haha.
__________________
SIG TOO BIG! Maximum 120x60 button and no more than 3 text lines of DEFAULT SIZE and COLOR. Unless your sig is for a GFY top banner sponsor, then you may use a 624x80 instead of a 120x60.
AdultWire is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 05-08-2002, 02:47 AM   #9
bawdy
Confirmed User
 
Join Date: Feb 2002
Posts: 1,424
dreamweaver is a lock in lock out type system.... i puts a file on the server to say the file is locked... thats it don't expect anything else from it

i used wincvs at the last production company i was at.... it works good....
bawdy is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 05-08-2002, 02:56 AM   #10
spanky
Confirmed User
 
Industry Role:
Join Date: Apr 2002
Posts: 231
Like bawdy said: just a lock file on the server that tells you who has the file 'checked out'. You can associate some 'design notes' with each file but no versioning so you won't be rolling back to yesterday if somebody screws everything up today.

cheers
spanky is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Post New Thread Reply
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >

Bookmarks
Thread Tools



Advertising inquiries - marketing at gfy dot com

Contact Admin - Advertise - GFY Rules - Top

©2000-, AI Media Network Inc



Powered by vBulletin
Copyright © 2000- Jelsoft Enterprises Limited.