RE: Visual Source Safe and CF Studio

2002-10-11 Thread Stephenie Hamilton

Any way to get Homesite with VSS to auto check a file back in when you
save/close it? Or do you always have to manually check it in?

~~
Stephenie Hamilton
Macromedia Certified ColdFusion Professional
CFXHosting





---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.399 / Virus Database: 226 - Release Date: 10/9/2002
 

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.



RE: JEdit Source Control -- was Re: Visual Source Safe and CF Studio

2002-10-10 Thread S . Isaac Dealey

awesome, thanks. :)

> CVS is open source - Jedit supports CVS using the JEditCVS
> plugin.
> http://www.cvshome.org/

> Joshua Miller
> [EMAIL PROTECTED]


> -Original Message-
> From: S. Isaac Dealey [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, October 10, 2002 1:52 PM
> To: CF-Talk
> Subject: RE: JEdit Source Control -- was Re: Visual Source
> Safe and CF
> Studio


> Anything open-source? I've used VSS and I like it well
> enough -- I just
> don't know that I'll have the cash to license it soon...

>> Jedit supports MS Visual Source Safe using the
>> SourceControl plugin
>> and CVS using the JEditCVS plugin. Both can be had using
>> the built-in
>> plugin installed (Plugins > Plugin Manager > Install
>> Plugins) or from
>> http://plugins.jedit.org

>> Thanks,

>> Joshua Miller
>> [EMAIL PROTECTED]


>> -Original Message-
>> From: S. Isaac Dealey [mailto:[EMAIL PROTECTED]]
>> Sent: Thursday, October 10, 2002 10:46 AM
>> To: CF-Talk
>> Subject: OT: JEdit Source Control -- was Re: Visual
>> Source Safe and CF

>> Studio


>> This is OT but I'm wondering if anyone in the JEdit
>> community has
>> heard anything about a source/version control plugin? I'm
>> less
>> concerned about versioning and the like, but it'd be nice
>> to have
>> access to a simple checkout/checkin service to prevent
>> simultaneous
>> overwrites, and/or a document comparison tool.


>>> Weel that's what I mean to recall too. Jeff said he had
>>> a mapped
>>> drive, so it shouldn't be a problem. And VSS-Server
>>> allows to publish

>>> a project (if needed) to an online server. I think it's
>>> a very good
>>> solution for a concurrent users working with CFStudio.
>>> The only sad
>>> thing is to connect to the VSS-Server via Internet. I
>>> tested
>>> SourceOffSite, but that screwed (kind of) my checked
>>> in/out files
>>> with

>>> where users with LAN-connection to the server worked
>>> also on the
>>> project. Hrmm... Perhaps I'll try to get my VPN working
>>> sometime...

>>> Patric



>>> KW> I don't believe Projects work with RDS. Project are
>>> based on
>>> KW> local

>>> KW> or mapped drives.

>>> KW> Ken



>>> KW> -Original Message-
>>> KW> From: Jeffry Houser [mailto:[EMAIL PROTECTED]]
>>> KW> Sent: Thursday, October 10, 2002 9:39 AM
>>> KW> To: CF-Talk
>>> KW> Subject: Re: Visual Source Safe and CF Studio


>>> KW>   Okay, that makes sense.  I can't figure out how to
>>> fill a CF
>>> KW> Studio project with files over RDS, though.
>>> KW>   It hasn't helped that the server was inaccessible
>>> by me this
>>> morning,
>>> KW> though.


>>> KW> At 03:07 PM 10/10/2002 +0200, you wrote:
>>>>>Hi Jeffry,
>>>>>
>>>>>when you log any file out via CFStudio it becomes
>>>>>marked ni VSS on
>>>>>the server. At least it should be.
>>>>>
>>>>>Patric
>>>>>
>>>>>
>>>>>JH> At 01:08 PM 10/10/2002 +0100, you wrote:
>>>>> >> >   How does CF Studio integrate with Visual Source
>>>>> >> >   Safe?
>>>>> >>
>>>>> >>Very well, I've used it in the past.
>>>>> >>
>>>>> >> >   It seems to me that VSS is intended to copy the
>>>>> >> >   file
>>>>> >> > locally.
>>> KW> That
>>>>> >> >   I think I'm probably missing something
>>>>> >> >   important with
>>>>> >> > regards

>>>>> >> > to
>>>>> Source
>>>>> >> > Control.
>>>>> >>
>>>>> >>Well, if it didn't copy it to local storage, how
>>>>> >>would you be
>>>>> >>able

>>>>> >>to edit it ?
>>>>> >>
>>>>> >>I think the way round it is to check things out to a
>>>>> >>local
>>>>> >>project, and
>>>>> then
>>>>> >>use Studio's deploy functions to send them up to the
>>>>> >>RDS server
>>>>> 

RE: JEdit Source Control -- was Re: Visual Source Safe and CF Studio

2002-10-10 Thread Joshua Miller

CVS is open source - Jedit supports CVS using the JEditCVS plugin.
http://www.cvshome.org/

Joshua Miller
[EMAIL PROTECTED]


-Original Message-
From: S. Isaac Dealey [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, October 10, 2002 1:52 PM
To: CF-Talk
Subject: RE: JEdit Source Control -- was Re: Visual Source Safe and CF
Studio


Anything open-source? I've used VSS and I like it well enough -- I just
don't know that I'll have the cash to license it soon...

> Jedit supports MS Visual Source Safe using the SourceControl plugin 
> and CVS using the JEditCVS plugin. Both can be had using the built-in 
> plugin installed (Plugins > Plugin Manager > Install Plugins) or from 
> http://plugins.jedit.org

> Thanks,

> Joshua Miller
> [EMAIL PROTECTED]


> -Original Message-
> From: S. Isaac Dealey [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, October 10, 2002 10:46 AM
> To: CF-Talk
> Subject: OT: JEdit Source Control -- was Re: Visual Source Safe and CF

> Studio


> This is OT but I'm wondering if anyone in the JEdit community has 
> heard anything about a source/version control plugin? I'm less 
> concerned about versioning and the like, but it'd be nice to have 
> access to a simple checkout/checkin service to prevent simultaneous 
> overwrites, and/or a document comparison tool.


>> Weel that's what I mean to recall too. Jeff said he had a mapped 
>> drive, so it shouldn't be a problem. And VSS-Server allows to publish

>> a project (if needed) to an online server. I think it's a very good 
>> solution for a concurrent users working with CFStudio. The only sad 
>> thing is to connect to the VSS-Server via Internet. I tested 
>> SourceOffSite, but that screwed (kind of) my checked in/out files 
>> with

>> where users with LAN-connection to the server worked also on the 
>> project. Hrmm... Perhaps I'll try to get my VPN working sometime...

>> Patric



>> KW> I don't believe Projects work with RDS. Project are based on 
>> KW> local

>> KW> or mapped drives.

>> KW> Ken



>> KW> -Original Message-
>> KW> From: Jeffry Houser [mailto:[EMAIL PROTECTED]]
>> KW> Sent: Thursday, October 10, 2002 9:39 AM
>> KW> To: CF-Talk
>> KW> Subject: Re: Visual Source Safe and CF Studio


>> KW>   Okay, that makes sense.  I can't figure out how to fill a CF 
>> KW> Studio project with files over RDS, though.
>> KW>   It hasn't helped that the server was inaccessible by me this
>> morning,
>> KW> though.


>> KW> At 03:07 PM 10/10/2002 +0200, you wrote:
>>>>Hi Jeffry,
>>>>
>>>>when you log any file out via CFStudio it becomes marked ni VSS on 
>>>>the server. At least it should be.
>>>>
>>>>Patric
>>>>
>>>>
>>>>JH> At 01:08 PM 10/10/2002 +0100, you wrote:
>>>> >> >   How does CF Studio integrate with Visual Source Safe?
>>>> >>
>>>> >>Very well, I've used it in the past.
>>>> >>
>>>> >> >   It seems to me that VSS is intended to copy the file 
>>>> >> > locally.
>> KW> That
>>>> >> >   I think I'm probably missing something important with 
>>>> >> > regards

>>>> >> > to
>>>> Source
>>>> >> > Control.
>>>> >>
>>>> >>Well, if it didn't copy it to local storage, how would you be 
>>>> >>able

>>>> >>to edit it ?
>>>> >>
>>>> >>I think the way round it is to check things out to a local 
>>>> >>project, and
>>>> then
>>>> >>use Studio's deploy functions to send them up to the RDS server 
>>>> >>when

>>>> >>ya done.
>>>>
>>>>JH>   It is all becoming clear (sort of)
>>>>JH>   However, if all the other developers are editing on Server A,
>>>>wouldn't I
>>>>JH> have to be editing on the same server for the VSS to have any 
>>>>JH> effect?
>>>>
>>>>
>>>>JH> --
>>>>JH> Jeffry Houser | mailto:[EMAIL PROTECTED]
>>>>JH> Need a Web Developer?  Contact me!
>>>>JH> AIM: Reboog711  | Phone: 1-203-379-0773
>>>>JH> --
>>>>JH> My CFMX Book:
>>>>JH> <http://www.amazon.com/exec/obidos/ASIN/0072225564/instantcoldfu
>>>>JH> -
>>>>JH> 20
>>>>JH> >
>>>>JH> My Books: http://www.instantcoldfusion.com
>>>>JH> My Band: http://www.farcryfly.com
>>>>
>>>>JH>
>>>>

>> KW>
>>

> 

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm



Re: JEdit Source Control -- was Re: Visual Source Safe and CF Studio

2002-10-10 Thread Howie Hamlin

What about freevcs?

http://www.freevcs.org/index.htm

Regards,

Howie

- Original Message - 
From: "S. Isaac Dealey" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, October 10, 2002 1:51 PM
Subject: RE: JEdit Source Control -- was Re: Visual Source Safe and CF Studio


> Anything open-source? I've used VSS and I like it well enough -- I just
> don't know that I'll have the cash to license it soon...
> 
> > Jedit supports MS Visual Source Safe using the SourceControl plugin and
> > CVS using the JEditCVS plugin. Both can be had using the built-in plugin
> > installed (Plugins > Plugin Manager > Install Plugins) or from
> > http://plugins.jedit.org
> 
> > Thanks,
> 
> > Joshua Miller
> > [EMAIL PROTECTED]
> 
> 
> > -Original Message-
> > From: S. Isaac Dealey [mailto:[EMAIL PROTECTED]]
> > Sent: Thursday, October 10, 2002 10:46 AM
> > To: CF-Talk
> > Subject: OT: JEdit Source Control -- was Re: Visual Source Safe and CF
> > Studio
> 
> 
> > This is OT but I'm wondering if anyone in the JEdit community has heard
> > anything about a source/version control plugin? I'm less concerned about
> > versioning and the like, but it'd be nice to have access to a simple
> > checkout/checkin service to prevent simultaneous overwrites, and/or a
> > document comparison tool.
> 
> 
> >> Weel that's what I mean to recall too. Jeff said he had a mapped
> >> drive, so it shouldn't be a problem. And VSS-Server allows to publish
> >> a project (if needed) to an online server. I think it's a very good
> >> solution for a concurrent users working with CFStudio. The only sad
> >> thing is to connect to the VSS-Server via Internet. I tested
> >> SourceOffSite, but that screwed (kind of) my checked in/out files with
> 
> >> where users with LAN-connection to the server worked also on the
> >> project. Hrmm... Perhaps I'll try to get my VPN working sometime...
> 
> >> Patric
> 
> 
> 
> >> KW> I don't believe Projects work with RDS. Project are based on local
> 
> >> KW> or mapped drives.
> 
> >> KW> Ken
> 
> 
> 
> >> KW> -Original Message-
> >> KW> From: Jeffry Houser [mailto:[EMAIL PROTECTED]]
> >> KW> Sent: Thursday, October 10, 2002 9:39 AM
> >> KW> To: CF-Talk
> >> KW> Subject: Re: Visual Source Safe and CF Studio
> 
> 
> >> KW>   Okay, that makes sense.  I can't figure out how to fill a CF
> >> KW> Studio project with files over RDS, though.
> >> KW>   It hasn't helped that the server was inaccessible by me this
> >> morning,
> >> KW> though.
> 
> 
> >> KW> At 03:07 PM 10/10/2002 +0200, you wrote:
> >>>>Hi Jeffry,
> >>>>
> >>>>when you log any file out via CFStudio it becomes marked ni VSS on
> >>>>the server. At least it should be.
> >>>>
> >>>>Patric
> >>>>
> >>>>
> >>>>JH> At 01:08 PM 10/10/2002 +0100, you wrote:
> >>>> >> >   How does CF Studio integrate with Visual Source Safe?
> >>>> >>
> >>>> >>Very well, I've used it in the past.
> >>>> >>
> >>>> >> >   It seems to me that VSS is intended to copy the file locally.
> >> KW> That
> >>>> >> >   I think I'm probably missing something important with regards
> 
> >>>> >> > to
> >>>> Source
> >>>> >> > Control.
> >>>> >>
> >>>> >>Well, if it didn't copy it to local storage, how would you be able
> 
> >>>> >>to edit it ?
> >>>> >>
> >>>> >>I think the way round it is to check things out to a local
> >>>> >>project, and
> >>>> then
> >>>> >>use Studio's deploy functions to send them up to the RDS server
> >>>> >>when
> 
> >>>> >>ya done.
> >>>>
> >>>>JH>   It is all becoming clear (sort of)
> >>>>JH>   However, if all the other developers are editing on Server A,
> >>>>wouldn't I
> >>>>JH> have to be editing on the same server for the VSS to have any
> >>>>JH> effect?
> >>>>
> >>>>
> >>>>JH> --
> >>>>JH> Jeffry Houser | mailto:[EMAIL PROTECTED]
> >>>>JH> Need a Web Developer?  Contact me!
> >>>>JH> AIM: Reboog711  | Phone: 1-203-379-0773
> >>>>JH> --
> >>>>JH> My CFMX Book:
> >>>>JH> <http://www.amazon.com/exec/obidos/ASIN/0072225564/instantcoldfu-
> >>>>JH> 20
> >>>>JH> >
> >>>>JH> My Books: http://www.instantcoldfusion.com
> >>>>JH> My Band: http://www.farcryfly.com
> >>>>
> >>>>JH>
> >>>>
> 
> >> KW>
> >>
> 
> > 
> 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com



RE: Visual Source Safe and CF Studio

2002-10-10 Thread Lee Fuller

Great.. That answers that..   Thanks!

Lee


| -Original Message-
| From: Fitch, Tyler [mailto:[EMAIL PROTECTED]] 
| Sent: Thursday, October 10, 2002 9:59 AM
| To: CF-Talk
| Subject: RE: Visual Source Safe and CF Studio
| 
| 
| Hi Lee,
| 
| I've found VSS with DWMX to be way, way, way better than any 
| usage of projects in studio ever was.
| 
| The VSS integration is one of the main reasons I switched early on.
| 
| Cheers,
| 
| t
| 
| **
| Tyler M. Fitch
| Certified Advanced ColdFusion 5 Developer http://isitedesign.com
| **
| 
| -Original Message-
| From: Lee Fuller [mailto:[EMAIL PROTECTED]] 
| Sent: Thursday, October 10, 2002 6:45 AM
| To: CF-Talk
| Subject: RE: Visual Source Safe and CF Studio
| 
| 
| On a slightly different note..  Anyone have experience with 
| Dreamweaver MX and VSS?  Work as well as Studio/VSS?
| 
| 
| 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com



RE: JEdit Source Control -- was Re: Visual Source Safe and CF Studio

2002-10-10 Thread S . Isaac Dealey

Anything open-source? I've used VSS and I like it well enough -- I just
don't know that I'll have the cash to license it soon...

> Jedit supports MS Visual Source Safe using the SourceControl plugin and
> CVS using the JEditCVS plugin. Both can be had using the built-in plugin
> installed (Plugins > Plugin Manager > Install Plugins) or from
> http://plugins.jedit.org

> Thanks,

> Joshua Miller
> [EMAIL PROTECTED]


> -Original Message-
> From: S. Isaac Dealey [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, October 10, 2002 10:46 AM
> To: CF-Talk
> Subject: OT: JEdit Source Control -- was Re: Visual Source Safe and CF
> Studio


> This is OT but I'm wondering if anyone in the JEdit community has heard
> anything about a source/version control plugin? I'm less concerned about
> versioning and the like, but it'd be nice to have access to a simple
> checkout/checkin service to prevent simultaneous overwrites, and/or a
> document comparison tool.


>> Weel that's what I mean to recall too. Jeff said he had a mapped
>> drive, so it shouldn't be a problem. And VSS-Server allows to publish
>> a project (if needed) to an online server. I think it's a very good
>> solution for a concurrent users working with CFStudio. The only sad
>> thing is to connect to the VSS-Server via Internet. I tested
>> SourceOffSite, but that screwed (kind of) my checked in/out files with

>> where users with LAN-connection to the server worked also on the
>> project. Hrmm... Perhaps I'll try to get my VPN working sometime...

>> Patric



>> KW> I don't believe Projects work with RDS. Project are based on local

>> KW> or mapped drives.

>> KW> Ken



>> KW> -Original Message-
>> KW> From: Jeffry Houser [mailto:[EMAIL PROTECTED]]
>> KW> Sent: Thursday, October 10, 2002 9:39 AM
>> KW> To: CF-Talk
>> KW> Subject: Re: Visual Source Safe and CF Studio


>> KW>   Okay, that makes sense.  I can't figure out how to fill a CF
>> KW> Studio project with files over RDS, though.
>> KW>   It hasn't helped that the server was inaccessible by me this
>> morning,
>> KW> though.


>> KW> At 03:07 PM 10/10/2002 +0200, you wrote:
>>>>Hi Jeffry,
>>>>
>>>>when you log any file out via CFStudio it becomes marked ni VSS on
>>>>the server. At least it should be.
>>>>
>>>>Patric
>>>>
>>>>
>>>>JH> At 01:08 PM 10/10/2002 +0100, you wrote:
>>>> >> >   How does CF Studio integrate with Visual Source Safe?
>>>> >>
>>>> >>Very well, I've used it in the past.
>>>> >>
>>>> >> >   It seems to me that VSS is intended to copy the file locally.
>> KW> That
>>>> >> >   I think I'm probably missing something important with regards

>>>> >> > to
>>>> Source
>>>> >> > Control.
>>>> >>
>>>> >>Well, if it didn't copy it to local storage, how would you be able

>>>> >>to edit it ?
>>>> >>
>>>> >>I think the way round it is to check things out to a local
>>>> >>project, and
>>>> then
>>>> >>use Studio's deploy functions to send them up to the RDS server
>>>> >>when

>>>> >>ya done.
>>>>
>>>>JH>   It is all becoming clear (sort of)
>>>>JH>   However, if all the other developers are editing on Server A,
>>>>wouldn't I
>>>>JH> have to be editing on the same server for the VSS to have any
>>>>JH> effect?
>>>>
>>>>
>>>>JH> --
>>>>JH> Jeffry Houser | mailto:[EMAIL PROTECTED]
>>>>JH> Need a Web Developer?  Contact me!
>>>>JH> AIM: Reboog711  | Phone: 1-203-379-0773
>>>>JH> --
>>>>JH> My CFMX Book:
>>>>JH> <http://www.amazon.com/exec/obidos/ASIN/0072225564/instantcoldfu-
>>>>JH> 20
>>>>JH> >
>>>>JH> My Books: http://www.instantcoldfusion.com
>>>>JH> My Band: http://www.farcryfly.com
>>>>
>>>>JH>
>>>>

>> KW>
>>

> 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com



Re: Visual Source Safe and CF Studio

2002-10-10 Thread Cathy Taylor

I'd like to know this as well. We used PVCS client with CF Studio and have
found it just won't even hook into DW as far as we can tell.

Cathy

- Original Message -
From: "Ken Wilson" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, October 10, 2002 3:10 PM
Subject: RE: Visual Source Safe and CF Studio


> Any idea if Dreamweaver supports the SCC API  that would allow use of
> other types of Source Control? Or did they intentionally tie it
> exclusively to the MS product for some reason?
>
> Ken
>
>
>
> -Original Message-
> From: Fitch, Tyler [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, October 10, 2002 12:59 PM
> To: CF-Talk
> Subject: RE: Visual Source Safe and CF Studio
>
>
> Hi Lee,
>
> I've found VSS with DWMX to be way, way, way better than any usage of
> projects in studio ever was.
>
> The VSS integration is one of the main reasons I switched early on.
>
> Cheers,
>
> t
>
> **
> Tyler M. Fitch
> Certified Advanced ColdFusion 5 Developer http://isitedesign.com
> **
>
> -----Original Message-----
> From: Lee Fuller [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, October 10, 2002 6:45 AM
> To: CF-Talk
> Subject: RE: Visual Source Safe and CF Studio
>
>
> On a slightly different note..  Anyone have experience with Dreamweaver
> MX and VSS?  Work as well as Studio/VSS?
>
>
>
> 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm



RE: Visual Source Safe and CF Studio

2002-10-10 Thread Kevin Gilchrist

Now if only it would support CVS.

-Original Message-
From: Ken Wilson [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, October 10, 2002 3:10 PM
To: CF-Talk
Subject: RE: Visual Source Safe and CF Studio


Any idea if Dreamweaver supports the SCC API  that would allow use of
other types of Source Control? Or did they intentionally tie it
exclusively to the MS product for some reason?

Ken



-Original Message-
From: Fitch, Tyler [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, October 10, 2002 12:59 PM
To: CF-Talk
Subject: RE: Visual Source Safe and CF Studio


Hi Lee,

I've found VSS with DWMX to be way, way, way better than any usage of
projects in studio ever was.

The VSS integration is one of the main reasons I switched early on.

Cheers,

t

**
Tyler M. Fitch
Certified Advanced ColdFusion 5 Developer http://isitedesign.com
**

-Original Message-
From: Lee Fuller [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, October 10, 2002 6:45 AM
To: CF-Talk
Subject: RE: Visual Source Safe and CF Studio


On a slightly different note..  Anyone have experience with Dreamweaver
MX and VSS?  Work as well as Studio/VSS?




~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm



RE: Visual Source Safe and CF Studio

2002-10-10 Thread Ken Wilson

Any idea if Dreamweaver supports the SCC API  that would allow use of
other types of Source Control? Or did they intentionally tie it
exclusively to the MS product for some reason?

Ken



-Original Message-
From: Fitch, Tyler [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, October 10, 2002 12:59 PM
To: CF-Talk
Subject: RE: Visual Source Safe and CF Studio


Hi Lee,

I've found VSS with DWMX to be way, way, way better than any usage of
projects in studio ever was.

The VSS integration is one of the main reasons I switched early on.

Cheers,

t

**
Tyler M. Fitch
Certified Advanced ColdFusion 5 Developer http://isitedesign.com
**

-Original Message-
From: Lee Fuller [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, October 10, 2002 6:45 AM
To: CF-Talk
Subject: RE: Visual Source Safe and CF Studio


On a slightly different note..  Anyone have experience with Dreamweaver
MX and VSS?  Work as well as Studio/VSS?



~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm



RE: Visual Source Safe and CF Studio

2002-10-10 Thread Fitch, Tyler

Hi Lee,

I've found VSS with DWMX to be way, way, way better than any usage of
projects in studio ever was.

The VSS integration is one of the main reasons I switched early on.

Cheers,

t

**
Tyler M. Fitch
Certified Advanced ColdFusion 5 Developer
http://isitedesign.com
**

-Original Message-
From: Lee Fuller [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, October 10, 2002 6:45 AM
To: CF-Talk
Subject: RE: Visual Source Safe and CF Studio


On a slightly different note..  Anyone have experience with Dreamweaver
MX and VSS?  Work as well as Studio/VSS?


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com



RE: JEdit Source Control -- was Re: Visual Source Safe and CF Studio

2002-10-10 Thread Joshua Miller

Jedit supports MS Visual Source Safe using the SourceControl plugin and
CVS using the JEditCVS plugin. Both can be had using the built-in plugin
installed (Plugins > Plugin Manager > Install Plugins) or from
http://plugins.jedit.org

Thanks,

Joshua Miller
[EMAIL PROTECTED]


-Original Message-
From: S. Isaac Dealey [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, October 10, 2002 10:46 AM
To: CF-Talk
Subject: OT: JEdit Source Control -- was Re: Visual Source Safe and CF
Studio


This is OT but I'm wondering if anyone in the JEdit community has heard
anything about a source/version control plugin? I'm less concerned about
versioning and the like, but it'd be nice to have access to a simple
checkout/checkin service to prevent simultaneous overwrites, and/or a
document comparison tool.


> Weel that's what I mean to recall too. Jeff said he had a mapped 
> drive, so it shouldn't be a problem. And VSS-Server allows to publish 
> a project (if needed) to an online server. I think it's a very good 
> solution for a concurrent users working with CFStudio. The only sad 
> thing is to connect to the VSS-Server via Internet. I tested 
> SourceOffSite, but that screwed (kind of) my checked in/out files with

> where users with LAN-connection to the server worked also on the 
> project. Hrmm... Perhaps I'll try to get my VPN working sometime...

> Patric



> KW> I don't believe Projects work with RDS. Project are based on local

> KW> or mapped drives.

> KW> Ken



> KW> -Original Message-
> KW> From: Jeffry Houser [mailto:[EMAIL PROTECTED]]
> KW> Sent: Thursday, October 10, 2002 9:39 AM
> KW> To: CF-Talk
> KW> Subject: Re: Visual Source Safe and CF Studio


> KW>   Okay, that makes sense.  I can't figure out how to fill a CF 
> KW> Studio project with files over RDS, though.
> KW>   It hasn't helped that the server was inaccessible by me this
> morning,
> KW> though.


> KW> At 03:07 PM 10/10/2002 +0200, you wrote:
>>>Hi Jeffry,
>>>
>>>when you log any file out via CFStudio it becomes marked ni VSS on 
>>>the server. At least it should be.
>>>
>>>Patric
>>>
>>>
>>>JH> At 01:08 PM 10/10/2002 +0100, you wrote:
>>> >> >   How does CF Studio integrate with Visual Source Safe?
>>> >>
>>> >>Very well, I've used it in the past.
>>> >>
>>> >> >   It seems to me that VSS is intended to copy the file locally.
> KW> That
>>> >> >   I think I'm probably missing something important with regards

>>> >> > to
>>> Source
>>> >> > Control.
>>> >>
>>> >>Well, if it didn't copy it to local storage, how would you be able

>>> >>to edit it ?
>>> >>
>>> >>I think the way round it is to check things out to a local 
>>> >>project, and
>>> then
>>> >>use Studio's deploy functions to send them up to the RDS server 
>>> >>when

>>> >>ya done.
>>>
>>>JH>   It is all becoming clear (sort of)
>>>JH>   However, if all the other developers are editing on Server A,
>>>wouldn't I
>>>JH> have to be editing on the same server for the VSS to have any 
>>>JH> effect?
>>>
>>>
>>>JH> --
>>>JH> Jeffry Houser | mailto:[EMAIL PROTECTED]
>>>JH> Need a Web Developer?  Contact me!
>>>JH> AIM: Reboog711  | Phone: 1-203-379-0773
>>>JH> --
>>>JH> My CFMX Book: 
>>>JH> <http://www.amazon.com/exec/obidos/ASIN/0072225564/instantcoldfu-
>>>JH> 20
>>>JH> >
>>>JH> My Books: http://www.instantcoldfusion.com
>>>JH> My Band: http://www.farcryfly.com
>>>
>>>JH>
>>>

> KW>
> 

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm



RE: Visual Source Safe and CF Studio

2002-10-10 Thread Costas Piliotis

Just to add my pennies here, you have a setting in VSS -> your working
folder where the file is extracted to for changes.  You can leave it as the
same location the actual file is, and then you can edit (and test) in its
proper location.  There's no harm, because you can always roll back your
changes.

VSS integrates with studio really nicely, but I find it takes FOREVER to
load a project, so I actually check out my files through the VSS gui and
then edit them in CFStudio.  That way I don't have to wait 10 minutes for
the damn project to load my list of files...

Good luck.  I like the way VSS works with cfStudio.  PVCS works really
nicely with it too...

-Original Message-
From: Thomas Chiverton [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, October 10, 2002 5:09 AM
To: CF-Talk
Subject: RE: Visual Source Safe and CF Studio


>   How does CF Studio integrate with Visual Source Safe?

Very well, I've used it in the past.

>   It seems to me that VSS is intended to copy the file locally.  That
>   I think I'm probably missing something important with regards to 
> Source Control.

Well, if it didn't copy it to local storage, how would you be able to edit
it ?

I think the way round it is to check things out to a local project, and then
use Studio's deploy functions to send them up to the RDS server when ya
done.

Tom Chiverton
You don't have to be a mad scientist to believe in ColdFusion





~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.



Re: Visual Source Safe and CF Studio

2002-10-10 Thread Jeffry Houser

At 04:34 PM 10/10/2002 +0200, you wrote:
>Ahh, should have read your initial post more carefully. Sorry.

  Not a problem.


>But wouldn't it be too easy if everthing would work instantly..? :)

  Yep.. way too easy.


--
Jeffry Houser | mailto:[EMAIL PROTECTED]
Need a Web Developer?  Contact me!
AIM: Reboog711  | Phone: 1-203-379-0773
--
My CFMX Book: 

My Books: http://www.instantcoldfusion.com
My Band: http://www.farcryfly.com 

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com



OT: JEdit Source Control -- was Re: Visual Source Safe and CF Studio

2002-10-10 Thread S . Isaac Dealey

This is OT but I'm wondering if anyone in the JEdit community has heard
anything about a source/version control plugin? I'm less concerned about
versioning and the like, but it'd be nice to have access to a simple
checkout/checkin service to prevent simultaneous overwrites, and/or a
document comparison tool.


> Weel that's what I mean to recall too. Jeff said he had a mapped
> drive, so it shouldn't be a problem. And VSS-Server allows to publish
> a project (if needed) to an online server. I think it's a very good
> solution for a concurrent users working with CFStudio. The only sad
> thing is to connect to the VSS-Server via Internet. I tested
> SourceOffSite, but that screwed (kind of) my checked in/out files with
> where users with LAN-connection to the server worked also on the
> project. Hrmm... Perhaps I'll try to get my VPN working sometime...

> Patric



> KW> I don't believe Projects work with RDS. Project are based on local or
> KW> mapped drives.

> KW> Ken



> KW> -Original Message-
> KW> From: Jeffry Houser [mailto:[EMAIL PROTECTED]]
> KW> Sent: Thursday, October 10, 2002 9:39 AM
> KW> To: CF-Talk
> KW> Subject: Re: Visual Source Safe and CF Studio


> KW>   Okay, that makes sense.  I can't figure out how to fill a CF Studio
> KW> project with files over RDS, though.
> KW>   It hasn't helped that the server was inaccessible by me this
> morning,
> KW> though.


> KW> At 03:07 PM 10/10/2002 +0200, you wrote:
>>>Hi Jeffry,
>>>
>>>when you log any file out via CFStudio it becomes marked ni VSS on the
>>>server. At least it should be.
>>>
>>>Patric
>>>
>>>
>>>JH> At 01:08 PM 10/10/2002 +0100, you wrote:
>>> >> >   How does CF Studio integrate with Visual Source Safe?
>>> >>
>>> >>Very well, I've used it in the past.
>>> >>
>>> >> >   It seems to me that VSS is intended to copy the file locally.
> KW> That
>>> >> >   I think I'm probably missing something important with regards
>>> >> > to
>>> Source
>>> >> > Control.
>>> >>
>>> >>Well, if it didn't copy it to local storage, how would you be able
>>> >>to edit it ?
>>> >>
>>> >>I think the way round it is to check things out to a local project,
>>> >>and
>>> then
>>> >>use Studio's deploy functions to send them up to the RDS server when

>>> >>ya done.
>>>
>>>JH>   It is all becoming clear (sort of)
>>>JH>   However, if all the other developers are editing on Server A,
>>>wouldn't I
>>>JH> have to be editing on the same server for the VSS to have any
>>>JH> effect?
>>>
>>>
>>>JH> --
>>>JH> Jeffry Houser | mailto:[EMAIL PROTECTED]
>>>JH> Need a Web Developer?  Contact me!
>>>JH> AIM: Reboog711  | Phone: 1-203-379-0773
>>>JH> --
>>>JH> My CFMX Book:
>>>JH> <http://www.amazon.com/exec/obidos/ASIN/0072225564/instantcoldfu-20
>>>JH> >
>>>JH> My Books: http://www.instantcoldfusion.com
>>>JH> My Band: http://www.farcryfly.com
>>>
>>>JH>
>>>

> KW>
> 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com



Re: Visual Source Safe and CF Studio

2002-10-10 Thread Patric Stumpe

Ahh, should have read your initial post more carefully. Sorry.

But wouldn't it be too easy if everthing would work instantly..? :)

Patric


JH> At 04:05 PM 10/10/2002 +0200, you wrote:
>>Weel that's what I mean to recall too. Jeff said he had a mapped
>>drive, so it shouldn't be a problem.

JH>I have a mapped drive to the VSS database.  But, only RDS or FTP access 
JH> to the actual files I'm working on.
JH>   : groans:
JH>   Luckily, I think they are the same server.. so my username / password 
JH> combo might work.
JH>   Unluckily, the server seems down, so I can't test the theory.


>>And VSS-Server allows to publish
>>a project (if needed) to an online server. I think it's a very good
>>solution for a concurrent users working with CFStudio. The only sad
>>thing is to connect to the VSS-Server via Internet. I tested
>>SourceOffSite, but that screwed (kind of) my checked in/out files with
>>where users with LAN-connection to the server worked also on the
>>project. Hrmm... Perhaps I'll try to get my VPN working sometime...
>>
>>Patric
>>
>>
>>
>>KW> I don't believe Projects work with RDS. Project are based on local or
>>KW> mapped drives.
>>
>>KW> Ken
>>
>>
>>
>>KW> -Original Message-
>>KW> From: Jeffry Houser [mailto:[EMAIL PROTECTED]]
>>KW> Sent: Thursday, October 10, 2002 9:39 AM
>>KW> To: CF-Talk
>>KW> Subject: Re: Visual Source Safe and CF Studio
>>
>>
>>KW>   Okay, that makes sense.  I can't figure out how to fill a CF Studio
>>KW> project with files over RDS, though.
>>KW>   It hasn't helped that the server was inaccessible by me this morning,
>>KW> though.
>>
>>
>>KW> At 03:07 PM 10/10/2002 +0200, you wrote:
>> >>Hi Jeffry,
>> >>
>> >>when you log any file out via CFStudio it becomes marked ni VSS on the
>> >>server. At least it should be.
>> >>
>> >>Patric
>> >>
>> >>
>> >>JH> At 01:08 PM 10/10/2002 +0100, you wrote:
>> >> >> >   How does CF Studio integrate with Visual Source Safe?
>> >> >>
>> >> >>Very well, I've used it in the past.
>> >> >>
>> >> >> >   It seems to me that VSS is intended to copy the file locally.
>>KW> That
>> >> >> >   I think I'm probably missing something important with regards
>> >> >> > to
>> >> Source
>> >> >> > Control.
>> >> >>
>> >> >>Well, if it didn't copy it to local storage, how would you be able
>> >> >>to edit it ?
>> >> >>
>> >> >>I think the way round it is to check things out to a local project,
>> >> >>and
>> >> then
>> >> >>use Studio's deploy functions to send them up to the RDS server when
>>
>> >> >>ya done.
>> >>
>> >>JH>   It is all becoming clear (sort of)
>> >>JH>   However, if all the other developers are editing on Server A,
>> >>wouldn't I
>> >>JH> have to be editing on the same server for the VSS to have any
>> >>JH> effect?
>> >>
>> >>
>> >>JH> --
>> >>JH> Jeffry Houser | mailto:[EMAIL PROTECTED]
>> >>JH> Need a Web Developer?  Contact me!
>> >>JH> AIM: Reboog711  | Phone: 1-203-379-0773
>> >>JH> --
>> >>JH> My CFMX Book:
>> >>JH> 
>> <http://www.amazon.com/exec/obidos/ASIN/0072225564/instantcoldfu-20>>JH> >
>> >>JH> My Books: http://www.instantcoldfusion.com
>> >>JH> My Band: http://www.farcryfly.com
>> >>
>> >>JH>
>> >>
>>
>>KW>
>>
JH> 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.



Re: Visual Source Safe and CF Studio

2002-10-10 Thread Jeffry Houser

At 04:05 PM 10/10/2002 +0200, you wrote:
>Weel that's what I mean to recall too. Jeff said he had a mapped
>drive, so it shouldn't be a problem.

   I have a mapped drive to the VSS database.  But, only RDS or FTP access 
to the actual files I'm working on.
  : groans:
  Luckily, I think they are the same server.. so my username / password 
combo might work.
  Unluckily, the server seems down, so I can't test the theory.


>And VSS-Server allows to publish
>a project (if needed) to an online server. I think it's a very good
>solution for a concurrent users working with CFStudio. The only sad
>thing is to connect to the VSS-Server via Internet. I tested
>SourceOffSite, but that screwed (kind of) my checked in/out files with
>where users with LAN-connection to the server worked also on the
>project. Hrmm... Perhaps I'll try to get my VPN working sometime...
>
>Patric
>
>
>
>KW> I don't believe Projects work with RDS. Project are based on local or
>KW> mapped drives.
>
>KW> Ken
>
>
>
>KW> -Original Message-
>KW> From: Jeffry Houser [mailto:[EMAIL PROTECTED]]
>KW> Sent: Thursday, October 10, 2002 9:39 AM
>KW> To: CF-Talk
>KW> Subject: Re: Visual Source Safe and CF Studio
>
>
>KW>   Okay, that makes sense.  I can't figure out how to fill a CF Studio
>KW> project with files over RDS, though.
>KW>   It hasn't helped that the server was inaccessible by me this morning,
>KW> though.
>
>
>KW> At 03:07 PM 10/10/2002 +0200, you wrote:
> >>Hi Jeffry,
> >>
> >>when you log any file out via CFStudio it becomes marked ni VSS on the
> >>server. At least it should be.
> >>
> >>Patric
> >>
> >>
> >>JH> At 01:08 PM 10/10/2002 +0100, you wrote:
> >> >> >   How does CF Studio integrate with Visual Source Safe?
> >> >>
> >> >>Very well, I've used it in the past.
> >> >>
> >> >> >   It seems to me that VSS is intended to copy the file locally.
>KW> That
> >> >> >   I think I'm probably missing something important with regards
> >> >> > to
> >> Source
> >> >> > Control.
> >> >>
> >> >>Well, if it didn't copy it to local storage, how would you be able
> >> >>to edit it ?
> >> >>
> >> >>I think the way round it is to check things out to a local project,
> >> >>and
> >> then
> >> >>use Studio's deploy functions to send them up to the RDS server when
>
> >> >>ya done.
> >>
> >>JH>   It is all becoming clear (sort of)
> >>JH>   However, if all the other developers are editing on Server A,
> >>wouldn't I
> >>JH> have to be editing on the same server for the VSS to have any
> >>JH> effect?
> >>
> >>
> >>JH> --
> >>JH> Jeffry Houser | mailto:[EMAIL PROTECTED]
> >>JH> Need a Web Developer?  Contact me!
> >>JH> AIM: Reboog711  | Phone: 1-203-379-0773
> >>JH> --
> >>JH> My CFMX Book:
> >>JH> 
> <http://www.amazon.com/exec/obidos/ASIN/0072225564/instantcoldfu-20>>JH> >
> >>JH> My Books: http://www.instantcoldfusion.com
> >>JH> My Band: http://www.farcryfly.com
> >>
> >>JH>
> >>
>
>KW>
>
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.



Re: Visual Source Safe and CF Studio

2002-10-10 Thread Patric Stumpe

Weel that's what I mean to recall too. Jeff said he had a mapped
drive, so it shouldn't be a problem. And VSS-Server allows to publish
a project (if needed) to an online server. I think it's a very good
solution for a concurrent users working with CFStudio. The only sad
thing is to connect to the VSS-Server via Internet. I tested
SourceOffSite, but that screwed (kind of) my checked in/out files with
where users with LAN-connection to the server worked also on the
project. Hrmm... Perhaps I'll try to get my VPN working sometime...

Patric



KW> I don't believe Projects work with RDS. Project are based on local or
KW> mapped drives.

KW> Ken



KW> -Original Message-
KW> From: Jeffry Houser [mailto:[EMAIL PROTECTED]] 
KW> Sent: Thursday, October 10, 2002 9:39 AM
KW> To: CF-Talk
KW> Subject: Re: Visual Source Safe and CF Studio


KW>   Okay, that makes sense.  I can't figure out how to fill a CF Studio 
KW> project with files over RDS, though.
KW>   It hasn't helped that the server was inaccessible by me this morning, 
KW> though.


KW> At 03:07 PM 10/10/2002 +0200, you wrote:
>>Hi Jeffry,
>>
>>when you log any file out via CFStudio it becomes marked ni VSS on the 
>>server. At least it should be.
>>
>>Patric
>>
>>
>>JH> At 01:08 PM 10/10/2002 +0100, you wrote:
>> >> >   How does CF Studio integrate with Visual Source Safe?
>> >>
>> >>Very well, I've used it in the past.
>> >>
>> >> >   It seems to me that VSS is intended to copy the file locally.
KW> That
>> >> >   I think I'm probably missing something important with regards 
>> >> > to
>> Source
>> >> > Control.
>> >>
>> >>Well, if it didn't copy it to local storage, how would you be able 
>> >>to edit it ?
>> >>
>> >>I think the way round it is to check things out to a local project, 
>> >>and
>> then
>> >>use Studio's deploy functions to send them up to the RDS server when

>> >>ya done.
>>
>>JH>   It is all becoming clear (sort of)
>>JH>   However, if all the other developers are editing on Server A,
>>wouldn't I
>>JH> have to be editing on the same server for the VSS to have any 
>>JH> effect?
>>
>>
>>JH> --
>>JH> Jeffry Houser | mailto:[EMAIL PROTECTED]
>>JH> Need a Web Developer?  Contact me!
>>JH> AIM: Reboog711  | Phone: 1-203-379-0773
>>JH> --
>>JH> My CFMX Book: 
>>JH> <http://www.amazon.com/exec/obidos/ASIN/0072225564/instantcoldfu-20
>>JH> >
>>JH> My Books: http://www.instantcoldfusion.com
>>JH> My Band: http://www.farcryfly.com
>>
>>JH>
>>

KW> 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.



RE: Visual Source Safe and CF Studio

2002-10-10 Thread Jeffry Houser

  That would be on par with what I'm seeing.

  So, I'm suppose to work on a remote server via RDS in conjunction with 
visual source safe, and it just ain't seeming possible.  Ain't life 
grand.  : chuckle:  I guess it is time for a local copy of some sort.

  Thanks all!

At 09:53 AM 10/10/2002 -0400, you wrote:
>I don't believe Projects work with RDS. Project are based on local or
>mapped drives.
>
>Ken
>
>
>
>-Original Message-
>From: Jeffry Houser [mailto:[EMAIL PROTECTED]]
>Sent: Thursday, October 10, 2002 9:39 AM
>To: CF-Talk
>Subject: Re: Visual Source Safe and CF Studio
>
>
>   Okay, that makes sense.  I can't figure out how to fill a CF Studio
>project with files over RDS, though.
>   It hasn't helped that the server was inaccessible by me this morning,
>though.
>
>
>At 03:07 PM 10/10/2002 +0200, you wrote:
> >Hi Jeffry,
> >
> >when you log any file out via CFStudio it becomes marked ni VSS on the
> >server. At least it should be.
> >
> >Patric
> >
> >
> >JH> At 01:08 PM 10/10/2002 +0100, you wrote:
> > >> >   How does CF Studio integrate with Visual Source Safe?
> > >>
> > >>Very well, I've used it in the past.
> > >>
> > >> >   It seems to me that VSS is intended to copy the file locally.
>That
> > >> >   I think I'm probably missing something important with regards
> > >> > to
> > Source
> > >> > Control.
> > >>
> > >>Well, if it didn't copy it to local storage, how would you be able
> > >>to edit it ?
> > >>
> > >>I think the way round it is to check things out to a local project,
> > >>and
> > then
> > >>use Studio's deploy functions to send them up to the RDS server when
>
> > >>ya done.
> >
> >JH>   It is all becoming clear (sort of)
> >JH>   However, if all the other developers are editing on Server A,
> >wouldn't I
> >JH> have to be editing on the same server for the VSS to have any
> >JH> effect?
> >
> >
> >JH> --
> >JH> Jeffry Houser | mailto:[EMAIL PROTECTED]
> >JH> Need a Web Developer?  Contact me!
> >JH> AIM: Reboog711  | Phone: 1-203-379-0773
> >JH> --
> >JH> My CFMX Book:
> >JH> 
> <http://www.amazon.com/exec/obidos/ASIN/0072225564/instantcoldfu-20>JH> >
> >JH> My Books: http://www.instantcoldfusion.com
> >JH> My Band: http://www.farcryfly.com
> >
> >JH>
> >
>
>
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm



RE: Visual Source Safe and CF Studio

2002-10-10 Thread Ken Wilson

I don't believe Projects work with RDS. Project are based on local or
mapped drives.

Ken



-Original Message-
From: Jeffry Houser [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, October 10, 2002 9:39 AM
To: CF-Talk
Subject: Re: Visual Source Safe and CF Studio


  Okay, that makes sense.  I can't figure out how to fill a CF Studio 
project with files over RDS, though.
  It hasn't helped that the server was inaccessible by me this morning, 
though.


At 03:07 PM 10/10/2002 +0200, you wrote:
>Hi Jeffry,
>
>when you log any file out via CFStudio it becomes marked ni VSS on the 
>server. At least it should be.
>
>Patric
>
>
>JH> At 01:08 PM 10/10/2002 +0100, you wrote:
> >> >   How does CF Studio integrate with Visual Source Safe?
> >>
> >>Very well, I've used it in the past.
> >>
> >> >   It seems to me that VSS is intended to copy the file locally.
That
> >> >   I think I'm probably missing something important with regards 
> >> > to
> Source
> >> > Control.
> >>
> >>Well, if it didn't copy it to local storage, how would you be able 
> >>to edit it ?
> >>
> >>I think the way round it is to check things out to a local project, 
> >>and
> then
> >>use Studio's deploy functions to send them up to the RDS server when

> >>ya done.
>
>JH>   It is all becoming clear (sort of)
>JH>   However, if all the other developers are editing on Server A,
>wouldn't I
>JH> have to be editing on the same server for the VSS to have any 
>JH> effect?
>
>
>JH> --
>JH> Jeffry Houser | mailto:[EMAIL PROTECTED]
>JH> Need a Web Developer?  Contact me!
>JH> AIM: Reboog711  | Phone: 1-203-379-0773
>JH> --
>JH> My CFMX Book: 
>JH> <http://www.amazon.com/exec/obidos/ASIN/0072225564/instantcoldfu-20
>JH> >
>JH> My Books: http://www.instantcoldfusion.com
>JH> My Band: http://www.farcryfly.com
>
>JH>
>

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm



RE: Visual Source Safe and CF Studio

2002-10-10 Thread Lee Fuller

On a slightly different note..  Anyone have experience with Dreamweaver
MX and VSS?  Work as well as Studio/VSS?

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.



Re: Visual Source Safe and CF Studio

2002-10-10 Thread Jeffry Houser

  Okay, that makes sense.  I can't figure out how to fill a CF Studio 
project with files over RDS, though.
  It hasn't helped that the server was inaccessible by me this morning, 
though.


At 03:07 PM 10/10/2002 +0200, you wrote:
>Hi Jeffry,
>
>when you log any file out via CFStudio it becomes marked ni VSS on the
>server. At least it should be.
>
>Patric
>
>
>JH> At 01:08 PM 10/10/2002 +0100, you wrote:
> >> >   How does CF Studio integrate with Visual Source Safe?
> >>
> >>Very well, I've used it in the past.
> >>
> >> >   It seems to me that VSS is intended to copy the file locally.  That
> >> >   I think I'm probably missing something important with regards to 
> Source
> >> > Control.
> >>
> >>Well, if it didn't copy it to local storage, how would you be able to edit
> >>it ?
> >>
> >>I think the way round it is to check things out to a local project, and 
> then
> >>use Studio's deploy functions to send them up to the RDS server when ya
> >>done.
>
>JH>   It is all becoming clear (sort of)
>JH>   However, if all the other developers are editing on Server A, 
>wouldn't I
>JH> have to be editing on the same server for the VSS to have any effect?
>
>
>JH> --
>JH> Jeffry Houser | mailto:[EMAIL PROTECTED]
>JH> Need a Web Developer?  Contact me!
>JH> AIM: Reboog711  | Phone: 1-203-379-0773
>JH> --
>JH> My CFMX Book:
>JH> 
>JH> My Books: http://www.instantcoldfusion.com
>JH> My Band: http://www.farcryfly.com
>
>JH>
>
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm



Re: Visual Source Safe and CF Studio

2002-10-10 Thread Patric Stumpe

Hi Jeffry,

when you log any file out via CFStudio it becomes marked ni VSS on the
server. At least it should be.

Patric


JH> At 01:08 PM 10/10/2002 +0100, you wrote:
>> >   How does CF Studio integrate with Visual Source Safe?
>>
>>Very well, I've used it in the past.
>>
>> >   It seems to me that VSS is intended to copy the file locally.  That
>> >   I think I'm probably missing something important with regards to Source
>> > Control.
>>
>>Well, if it didn't copy it to local storage, how would you be able to edit
>>it ?
>>
>>I think the way round it is to check things out to a local project, and then
>>use Studio's deploy functions to send them up to the RDS server when ya
>>done.

JH>   It is all becoming clear (sort of)
JH>   However, if all the other developers are editing on Server A, wouldn't I 
JH> have to be editing on the same server for the VSS to have any effect?


JH> --
JH> Jeffry Houser | mailto:[EMAIL PROTECTED]
JH> Need a Web Developer?  Contact me!
JH> AIM: Reboog711  | Phone: 1-203-379-0773
JH> --
JH> My CFMX Book: 
JH> 
JH> My Books: http://www.instantcoldfusion.com
JH> My Band: http://www.farcryfly.com 

JH> 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm



RE: Visual Source Safe and CF Studio

2002-10-10 Thread Jeffry Houser

At 01:08 PM 10/10/2002 +0100, you wrote:
> >   How does CF Studio integrate with Visual Source Safe?
>
>Very well, I've used it in the past.
>
> >   It seems to me that VSS is intended to copy the file locally.  That
> >   I think I'm probably missing something important with regards to Source
> > Control.
>
>Well, if it didn't copy it to local storage, how would you be able to edit
>it ?
>
>I think the way round it is to check things out to a local project, and then
>use Studio's deploy functions to send them up to the RDS server when ya
>done.

  It is all becoming clear (sort of)
  However, if all the other developers are editing on Server A, wouldn't I 
have to be editing on the same server for the VSS to have any effect?


--
Jeffry Houser | mailto:[EMAIL PROTECTED]
Need a Web Developer?  Contact me!
AIM: Reboog711  | Phone: 1-203-379-0773
--
My CFMX Book: 

My Books: http://www.instantcoldfusion.com
My Band: http://www.farcryfly.com 

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.



RE: Visual Source Safe and CF Studio

2002-10-10 Thread Thomas Chiverton

>   How does CF Studio integrate with Visual Source Safe?

Very well, I've used it in the past.

>   It seems to me that VSS is intended to copy the file locally.  That
>   I think I'm probably missing something important with regards to Source
> Control.

Well, if it didn't copy it to local storage, how would you be able to edit
it ?

I think the way round it is to check things out to a local project, and then
use Studio's deploy functions to send them up to the RDS server when ya
done.

Tom Chiverton
You don't have to be a mad scientist to believe in ColdFusion




~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm