Notice: Any messages purporting to come from this site telling you that your password has expired, or that you need to verify your details, confirm your email, resolve issues, making threats, or asking for money, are
spam. We do not email users with any such messages. If you have lost your password you can obtain a new one by using the
password reset link.
Due to spam on this forum, all posts now need moderator approval.
Entire forum
➜ SMAUG
➜ SMAUG coding
➜ How do I setup MSVStudio 6 so that multiple coders can access to sys/compiler?
|
How do I setup MSVStudio 6 so that multiple coders can access to sys/compiler?
|
It is now over 60 days since the last post. This thread is closed.
Refresh page
| Posted by
| Onikan
(3 posts) Bio
|
| Date
| Fri 14 Jun 2002 03:10 AM (UTC) Amended on Tue 20 Nov 2007 04:26 AM (UTC) by Nick Gammon
|
| Message
| I have MS Visual Studio 6 Enterprise and I am running that latest SMAUG from smaug.org.
How do I setup MSVS 6 so that a coder or coders can access the SMAUG /dist/src and the MSVS 6 tools such as MSVC++ compiler, etc.? | | Top |
|
| Posted by
| Onikan
(3 posts) Bio
|
| Date
| Reply #1 on Fri 14 Jun 2002 07:55 PM (UTC) |
| Message
| | Well, I thought someone would know the answer... especially Gammon... guess not... | | Top |
|
| Posted by
| Nick Gammon
Australia (23,173 posts) Bio
Forum Administrator |
| Date
| Reply #2 on Sat 15 Jun 2002 02:37 AM (UTC) |
| Message
| I usually reply within 24 hours - you only waited 17 hours before commenting that no-one had replied.
The two ways I know of are using Microsoft Visual Source Safe, which comes with Visual Studio, I think. This lets you share source - I'm not sure if it works over the Internet, you would have to try that.
The other way is with CVS (concurrent versioning system) which is an open source solution that is widely used in the Unix community. I am using it myself to control my development, eg., MUSHclient versions.
You can use CVS from Windows, as I am doing, but as far as I know the server (where the data actually resides) needs to be on a Unix box (eg. Linux, OpenBSD, FreeBSD etc.)
If you have a spare 486 or low-end Pentium you could set one up using Linux/BSD to act as a CVS server, and then install the Windows CVS client on the developers PCs.
Read more about CVS at http://www.cvshome.org/
One of the nice things about CVS is it lets multiple developers work on the *same* source at the same time (not the same lines of course) and then merges all their changes together when they are ready. I don't think Source Safe does that. |
- Nick Gammon
www.gammon.com.au, www.mushclient.com | | Top |
|
| Posted by
| Onikan
(3 posts) Bio
|
| Date
| Reply #3 on Sun 16 Jun 2002 12:19 AM (UTC) |
| Message
| | Thanks Nick. I completely forgot about CVS! | | Top |
|
| Posted by
| Cindy123456
(1 post) Bio
|
| Date
| Reply #4 on Mon 20 Jan 2003 08:25 PM (UTC) |
| Message
| If you are trying to set up automated builds and or nightly builds check out this tool. I found it easy to set up and it has support for mulitple projects as well as interproject dependencies.
http://www.urbancode.com/projects/anthill/default.jsp
From Anthill website:
"Anthill is a tool that ensures a controlled build process and promotes the sharing of knowledge within an organization. Anthill performs a checkout from the source repository of the latest version of a project before every build and tags the repository with a unique build number after every build. It supports many reposistory adapters including: CVS (Concurrent Versions System), Visual Source Safe, Perforce, PVCS, StarTeam, MKSIntegrity and FileSystem. Anthill also automatically updates a project intranet site with artifacts from the latest build. Anthill is an extension to the Apache-Ant project and is compatible with version 1.3, 1.4 and 1.5 of Ant. Anthill is Open Source and is released under a Mozilla-like license."
http://www.urbancode.com/projects/anthill/default.jsp | | Top |
|
The dates and times for posts above are shown in Universal Co-ordinated Time (UTC).
To show them in your local time you can join the forum, and then set the 'time correction' field in your profile to the number of hours difference between your location and UTC time.
16,119 views.
It is now over 60 days since the last post. This thread is closed.
Refresh page
top