Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Team Working
Message
 
 
To
09/10/2001 02:35:53
General information
Forum:
Visual FoxPro
Category:
Project manager
Title:
Miscellaneous
Thread ID:
00565513
Message ID:
00565931
Views:
17
>Maybe I didn't express my problem correctly. But what I really need is to be able several programmers to work on the same project without the use of any source control system. Is this possible? It seems that the project cannot be shared. Of course i can accept the fact that noone could simultanuesly work with the same program, form e.t.c. But I thought there would be a means to share the project with others.
>
>Thank You very much for your replies
>
>Dim

Dim,
Don't use the same project file. There is no way to share the actual project files. They are tables and when you modify the project, the table is locked so no one else can open it.

Do you need to have everyone use the same PJX file? IMO, you probably don't. Information is stored there that may not be the same for all developers (e.g. home directory). What you can do is have every developer create their own project file using the BUILD PROJECT command. VFP will add all the files referenced in the code and add it. Each user could then use their local project file to access the source files stored on the network drive.

Does this help?
Larry Miller
MCSD
LWMiller3@verizon.net

Accumulate learning by study, understand what you learn by questioning. -- Mingjiao
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform