473,749 Members | 2,356 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Source Control

Hi All,

We are hoping to setup source control for our Access XP development.
We don't want to use Visual SourceSafe because (a) we often work
remotely and (b) we hear bad things about SourceSafe.

Are there any alternatives to SourceSafe? I have been looking into
Vault, Subversion and Perforce, but nobody seems to support source
control in Access.

Should we just bag this idea and wait until we start developing in a
"real" tool? (not any time soon, as we have a lot of code in Access)

Ideas? Any info much appreciated.

Thanks,
-Tom

Nov 13 '05 #1
2 2412
<to*******@gmai l.com> wrote in message
news:11******** **************@ g43g2000cwa.goo glegroups.com.. .
Hi All,

We are hoping to setup source control for our Access XP development.
We don't want to use Visual SourceSafe because (a) we often work
remotely and (b) we hear bad things about SourceSafe.

Are there any alternatives to SourceSafe? I have been looking into
Vault, Subversion and Perforce, but nobody seems to support source
control in Access.

Should we just bag this idea and wait until we start developing in a
"real" tool? (not any time soon, as we have a lot of code in Access)

Ideas? Any info much appreciated.

Thanks,
-Tom

Bag this idea and use a "real" tool.
Some of these have "real" newsgroups
With "real" helpful answers
Nov 13 '05 #2
Marge Gunderson wrote:
<to*******@gmai l.com> wrote in message
news:11******** **************@ g43g2000cwa.goo glegroups.com.. .
Hi All,

We are hoping to setup source control for our Access XP development.
We don't want to use Visual SourceSafe because (a) we often work
remotely and (b) we hear bad things about SourceSafe.

Are there any alternatives to SourceSafe? I have been looking into
Vault, Subversion and Perforce, but nobody seems to support source
control in Access.

Should we just bag this idea and wait until we start developing in a
"real" tool? (not any time soon, as we have a lot of code in Access)

Ideas? Any info much appreciated.

Thanks,
-Tom


Bag this idea and use a "real" tool.
Some of these have "real" newsgroups
With "real" helpful answers


gack! Version control with Access!

multi-developer work with Access! Gack! If multiple people are working
on the same MDB file (as opposed to local copies), only one will have
"exclusive access" to the DB w.r.t forms/reports/vba...

Be that as it may, you might be able to sort of roll your own. There are
a couple of slightly undocumented functions that let you dump/export VBA
code well.

I don't version control my work, sort of copying and pasting objects (to
make a backup, then renaming it better).

Even with SourceSafe, it sucks (Modules/Forms/Reports get saved as one
entity...), and that's probably the best "integratio n" with Access.
Nov 13 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
2041
by: Brett Gerhardi | last post by:
Hi all, I'm having a nightmare with Windows Installer projects and souce control. My situation is that I have a few related windows application / dlls, some generic shared library files and a windows installer to install it. I have all of these in the same solution to enable easy debugging and maximum flexibility. I want my source control to be something like this (from the /$ root) MyBigApplication - vb.net main windows application
3
302
by: Michael Slattery | last post by:
Hello... I need to recover an old backup of a solution (with 3 projects) that was under source control. I thought I removed all that was needed however I get the following error message when I open the solution... The solution appears to be under source control, but its binding information cannot be found. It is possible that
4
10832
by: Nicholas Then | last post by:
I am writing an ASP.NET application and I have a class that I have written to create a vCard...it just returns a string with all the necessarry info... Anyway...is there a way that I can create a text file in memory and then stream it to the browser so that I do not have to create the file and save it to a temporary location?
2
435
by: RSB | last post by:
Hi Every one, I am currently using Visual Studio .Net and trying to open a project from SourceSafe and once i open the project for the first time i get the following error/warning... "The binding information for this solution could not be retrieved from its source control provider. This solution may have been placed under source control with a different provider configuration from the current one. To keep source control working for...
3
5632
by: Job Lot | last post by:
I am having loads of problem using vb.net project under visual source safe. I’ll start with How can I exclude source safe information from the project when I take a copy of project home? I don’t have source safe on my home pc. Every time I open project at home it gives me missing source safe file error. This is really annoying. How can I fix this? Thanks
2
1391
by: Matze | last post by:
I have setup Visual Studio to work with a VSS-Server. (Source Off Site) I dont see a way to share and later branch my project. File -> Source Control -> Share is grayed out. What is the best way then to share/branch? SOS-Client is 3.5.3 / Server is 3.5.2 I had some bad experiences doing VSS-actions with a client different than VS.NET for VS .NET projects. So i realy would like to use VS .NET
1
1601
by: Vladimír Kolesnik | last post by:
Hi, there we need help concerning setting project under source control. We want to have a project on the server, and developers in the local network working on this project. We decided to use strategy officialy called "Isolated Development". We studied help in Visual Studio .NET called "Web Projects and Source Control Integration in Visual Studio ..NET". First we created solution on machine: A (server), then added a web project to this...
0
1319
by: Don | last post by:
I have a page that has several controls on it and the controls are shown or hidden during postback. I show and hide them using the visible property. When I use 'view source' in Internet Explorer I always see the source of the first version of the page, with the controls rendered that where rendered on the first visit. The changes that occur during postback are not reflected in 'view source'. Example Detail: My page has 6 controls and...
1
19846
by: bharathreddy | last post by:
This Article gives an introduction to VSTS Team Foundation & fundamental difference between Visual Source Safe (VSS) and VSTS Team Foundation. Team Foundation is a set of tools and technologies that enable a team to collaborate and coordinate a project (software or non software projects). The team collaboration is achieved by several tools and features available as part of "Team Foundation". Team Foundation Server The Team...
3
1725
by: ºa¤Ö | last post by:
We are developing ASP.NET web application and using Visual source safe (VSS) to control our source code We developed a user control and it will been used by different project. I know there have a function like sharing in VSS, which means you can link the file in different project and once you updated that file in either project, that file in other projects, which used that file, will been updated automatically, too. On the other hand,...
0
8996
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9566
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9388
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9333
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
6078
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4879
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3319
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2791
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2217
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.