RE: SVN/CFEclipse question

2006-01-11 Thread RADEMAKERS Tanguy
I'm using that plugin with Eclipse 3.1.1 and CFEclipse 1.2 - works
great: much better than the one from Rational software.

/t

Subject: SVN/CFEclipse question
From: Angus Johnson [EMAIL PROTECTED]
Date: Wed, 11 Jan 2006 10:11:11 +1000
Thread: 
http://www.houseoffusion.com/cf_lists/index.cfm/method=messages
threadid=44075forumid=4#229117

All you need to do is create a new CFEclipse project, name it 
and change the
default workspace directory to your localspace/directory. I'm 
assuming any
saved change in CFEclipse would be picked up by whatever logic 
ClearCase
uses to update.

There is a plugin for ClearCase here.
https://sourceforge.net/projects/eclipse-ccase. I haven't used 
it so not
sure if it current with the latest Eclipse version

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:229140
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: SVN/CFEclipse question

2006-01-11 Thread Dan G. Switzer, II
Bonnie,

I'm new to using CFEclipse.  We're using Rational ClearCase as our source
control and Dreamweaver as our. IDE.  We would like to switch to
CFEclipse except for one handy feature in Dreamweaver that would be hard to
live without.  Could someone make a recommendation on how to use CFEclipse
or a plugin that would do this?  Our workspace is our ClearCase localspace.
When we edit and save in Dreamweaver it also saves on our remote
Development server.  We make changes on our local space and browse the
development server.  I've seen tons of information on CVS integration and
now read this bit on Subversion, but we must stick with ClearCase.  Any and
all suggestions would be welcome as we really want to use a better
programmer's tool.

I'm not familiar with ClearCase (I use Subversion), so this may or may not
be helpful.

I have however needed to synchronize my local development code with my
development server. What I find was a plug-in for Eclipse called FileSync:

http://andrei.gmxhome.de/filesync/

Using this plug-in, when you make a change to a file within an Eclipse
project, the changes will be mirrored to the folders you specify.

I do not believe this does a true sync, but more of a mirror. This means if
you have 2 people working on the same template and the code is out of sync,
you'd be overriding each other's work on each save. However, this works fine
for my needs--since I'm currently a one man shop.

-Dan



~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:229162
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: SVN/CFEclipse question

2006-01-10 Thread bbetts
I'm new to using CFEclipse.  We're using Rational ClearCase as our source 
control and Dreamweaver as our. IDE.  We would like to switch to CFEclipse 
except for one handy feature in Dreamweaver that would be hard to live without. 
 Could someone make a recommendation on how to use CFEclipse or a plugin that 
would do this?  Our workspace is our ClearCase localspace.  When we edit and 
save in Dreamweaver it also saves on our remote Development server.  We make 
changes on our local space and browse the development server.  I've seen tons 
of information on CVS integration and now read this bit on Subversion, but we 
must stick with ClearCase.  Any and all suggestions would be welcome as we 
really want to use a better programmer's tool.

Thanks in advance!

Bonnie

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:229114
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: SVN/CFEclipse question

2006-01-10 Thread Angus Johnson
All you need to do is create a new CFEclipse project, name it and change the
default workspace directory to your localspace/directory. I'm assuming any
saved change in CFEclipse would be picked up by whatever logic ClearCase
uses to update.

There is a plugin for ClearCase here.
https://sourceforge.net/projects/eclipse-ccase. I haven't used it so not
sure if it current with the latest Eclipse version

On 11/01/06, bbetts @ bettsit. com bbetts @ bettsit. com [EMAIL PROTECTED]
wrote:

 I'm new to using CFEclipse.  We're using Rational ClearCase as our source
 control and Dreamweaver as our. IDE.  We would like to switch to
 CFEclipse except for one handy feature in Dreamweaver that would be hard to
 live without.  Could someone make a recommendation on how to use CFEclipse
 or a plugin that would do this?  Our workspace is our ClearCase
 localspace.  When we edit and save in Dreamweaver it also saves on our
 remote Development server.  We make changes on our local space and browse
 the development server.  I've seen tons of information on CVS integration
 and now read this bit on Subversion, but we must stick with ClearCase.  Any
 and all suggestions would be welcome as we really want to use a better
 programmer's tool.

 Thanks in advance!

 Bonnie

 

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:229117
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


SVN/CFEclipse question

2005-12-30 Thread Paul
I use the Subclipse plugin with CFEclipse to work with my code repository.
Without warning me, my IT manager reassigned the IP address of the SVN
server while I had several files checked out.  I was stupid enough to
configure my repository address by IP rather than machine name, so now I
need to know how I can modify the SVN repository URL within my CFEclipse
project file.  I've checked the project properties and can't find any easy
way.

 

Is there a way, or do I have to create a new project from scratch?  If so,
how should I best manage the files I have checked out so I don't lose my
changes?

 

Thanks,,

 

Paul



~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:227990
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: SVN/CFEclipse question

2005-12-30 Thread Nathan Strutz
3 guesses...

1). Did you try to change the server address from the Subclipse
servers view? That's probably your best bet. Change it and restart
(just in case), and see if you can check in/out.

2). find the config file that has the ip address of your old SVN
server. These things are usually XML files, but I don't have subclipse
installed here, so I can't help you with it. I would search your
eclipse folder as well as your workspace (you'll probably find it in
the latter).

3). Add the new server, check out the files from your new repository,
copy and paste your old files (the modified ones) over your new ones.
Check in.

One of those is bound to work :)

-nathan strutz
http://www.dopefly.com/


On 12/30/05, Paul [EMAIL PROTECTED] wrote:
 I use the Subclipse plugin with CFEclipse to work with my code repository.
 Without warning me, my IT manager reassigned the IP address of the SVN
 server while I had several files checked out.  I was stupid enough to
 configure my repository address by IP rather than machine name, so now I
 need to know how I can modify the SVN repository URL within my CFEclipse
 project file.  I've checked the project properties and can't find any easy
 way.



 Is there a way, or do I have to create a new project from scratch?  If so,
 how should I best manage the files I have checked out so I don't lose my
 changes?



 Thanks,,



 Paul



 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:228002
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: SVN/CFEclipse question

2005-12-30 Thread Russ
I haven't used Subclipse, but in TortoiseSVN you would do the relocate
command.  I'm guessing subclipse should have something similar. 

-Original Message-
From: Paul [mailto:[EMAIL PROTECTED] 
Sent: Friday, December 30, 2005 12:09 PM
To: CF-Talk
Subject: SVN/CFEclipse question

I use the Subclipse plugin with CFEclipse to work with my code repository.
Without warning me, my IT manager reassigned the IP address of the SVN
server while I had several files checked out.  I was stupid enough to
configure my repository address by IP rather than machine name, so now I
need to know how I can modify the SVN repository URL within my CFEclipse
project file.  I've checked the project properties and can't find any easy
way.

 

Is there a way, or do I have to create a new project from scratch?  If so,
how should I best manage the files I have checked out so I don't lose my
changes?

 

Thanks,,

 

Paul





~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:228009
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: SVN/CFEclipse question

2005-12-30 Thread Paul
Hey, perfect!  I have TortoiseSVN as well and was able to use relocate to
commit my latest revisions, then just deleted the CFEclipse project and
created a new one pointing to the proper SVN repository URL.

Thanks!

-Original Message-
From: Russ [mailto:[EMAIL PROTECTED] 
Sent: Friday, December 30, 2005 11:50 AM
To: CF-Talk
Subject: RE: SVN/CFEclipse question

I haven't used Subclipse, but in TortoiseSVN you would do the relocate
command.  I'm guessing subclipse should have something similar. 

-Original Message-
From: Paul [mailto:[EMAIL PROTECTED] 
Sent: Friday, December 30, 2005 12:09 PM
To: CF-Talk
Subject: SVN/CFEclipse question

I use the Subclipse plugin with CFEclipse to work with my code repository.
Without warning me, my IT manager reassigned the IP address of the SVN
server while I had several files checked out.  I was stupid enough to
configure my repository address by IP rather than machine name, so now I
need to know how I can modify the SVN repository URL within my CFEclipse
project file.  I've checked the project properties and can't find any easy
way.

 

Is there a way, or do I have to create a new project from scratch?  If so,
how should I best manage the files I have checked out so I don't lose my
changes?

 

Thanks,,

 

Paul







~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:228023
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54