Wrox Home  
Search P2P Archive for: Go

  Return to Index  

interdev_programming thread: Re: InterDev - files not saved to Master copy


Message #1 by "Jim McSorley" <jim@m...> on Tue, 1 May 2001 20:00:38
Make sure you right click on the files in question and choose "Add to 
Master Web".  

The next step is to figure out what mode your working in (Local Mode or 
master mode).  When in Local Mode, choosing to save the files _will not_ 
automatically save them to the server (even though you might have 
already "added to master web").  Only working in Master mode will save the 
files both locally and on the server at the same time.  I don't recommend 
that however... as the files on the server would be changing too 
frequently.

If you're not using source control (which seems to be the case) then I 
recommend simply "releasing to master server" (right click, choose 
release) from your local project environment every once in a while.  You 
will have complete control over what gets uploaded to the server this 
way... and control is good when things are changing often.

cheers,
-jim m.


> Does anyone has a clue of what might be happening when the asp files in 
a 
> Visual InterDev project are not saved under the project Master mode 
> directory even after the files' working copies are released to Master 
> mode?  They are only saved in the project's subdirectory for the local 
> mode...
> 
> Thanks.
> 

  Return to Index