Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » eclipse3, svn and synchronization
eclipse3, svn and synchronization [message #268772] Thu, 26 August 2004 03:26 Go to next message
Eclipse UserFriend
Originally posted by: jimworke.yahoo.com

I'm using Eclipse 3.0 with sftp plugin (from www.klomp.org) and php plugin
(from www.phpeclipse.de). I'm also using subversion version control
system, but without using any eclipse plugin for that.

Here's the full story on my development process:

1) Using console, svn checkout my project into eclipse's workspace
2) Do an import project into Eclipse
3) Do an export project in Eclipse to a sftp site
4) Make changes to the code
5) Synchronize the changes to the web server using sftp
6) Once the code is working, I'd go to console and do a svn commit

Now, the problem is, in synchronize view (sync to sftp site where apache
reside) is also showing the ".svn" directories. I don't want to sync the
".svn" dir....

I've tried to add a ".svn" in the Team->Ignore resources before I do the
importing into eclipse.

I'm not sure who to ask this question. eclipse or sftp owner?

Anyone can help me?
Re: eclipse3, svn and synchronization [message #268792 is a reply to message #268772] Thu, 26 August 2004 04:51 Go to previous messageGo to next message
Eclipse UserFriend
For what particular reason don't you use the subclipse plugin?
(http://subclipse.tigris.org/)

Currently we're still using Visual SourceSafe but plan to migrate
to svn asap. Thus I've got no experience with svn and subclipse, yet.
So Subclipse is just an idea, because I expect it to become the standard
plugin to be included into the Eclipse releases to come, just like the
cvs team support.

Does someone use svn with Eclipse already?

Marcus
Re: eclipse3, svn and synchronization [message #268794 is a reply to message #268792] Thu, 26 August 2004 05:17 Go to previous messageGo to next message
Eclipse UserFriend
Hello Marcus Olk,

Marcus Olk schrieb:
> For what particular reason don't you use the subclipse plugin?
> (http://subclipse.tigris.org/)
>
> Currently we're still using Visual SourceSafe but plan to migrate
> to svn asap. Thus I've got no experience with svn and subclipse, yet.
> So Subclipse is just an idea, because I expect it to become the standard
> plugin to be included into the Eclipse releases to come, just like the
> cvs team support.
>
> Does someone use svn with Eclipse already?

We have used svn for a period of two weeks but went back to cvs after
recognizing, that at least the current plugin does not provide the
complete functionality of the corresponding cvs plugin (e.g. refactoring
capability) and showed a very bad performance compared to cvs.

Furtheron the Team->Disconnect function has an error (because it does
not remove recursively **all** .svn directories + their contents), which
is really annoying.

A brother of mine also tested svn (not the plugin) some month ago in a
large project which had to store html files with names of rare character
sets. During a normal client-server interaction involving such an
unusually named html file (I don't know the details here), the
repository was completely destroyed and they immediatly fell back to
cvs.

Please don't misunderstand that message here. I strongly assume, that
svn is "the" future open source version control system, but I wouldn't
use it in the moment for important projects...

Just my personal 0.02 Euro cent,

Daniel Krügler
Re: eclipse3, svn and synchronization [message #268828 is a reply to message #268772] Thu, 26 August 2004 10:25 Go to previous messageGo to next message
Eclipse UserFriend
Jim,

You could try contacting the SFTP plugin providers but I suspect they
use the synchronize infrastructure that is provided by the base Eclipse
and it does not currently support ignored resources for deployment
providers (e.g. FTP, WebDAV, etc).

Michael

Jim Worke wrote:

> I'm using Eclipse 3.0 with sftp plugin (from www.klomp.org) and php plugin
> (from www.phpeclipse.de). I'm also using subversion version control
> system, but without using any eclipse plugin for that.
>
> Here's the full story on my development process:
>
> 1) Using console, svn checkout my project into eclipse's workspace
> 2) Do an import project into Eclipse
> 3) Do an export project in Eclipse to a sftp site
> 4) Make changes to the code
> 5) Synchronize the changes to the web server using sftp
> 6) Once the code is working, I'd go to console and do a svn commit
>
> Now, the problem is, in synchronize view (sync to sftp site where apache
> reside) is also showing the ".svn" directories. I don't want to sync the
> ".svn" dir....
>
> I've tried to add a ".svn" in the Team->Ignore resources before I do the
> importing into eclipse.
>
> I'm not sure who to ask this question. eclipse or sftp owner?
>
> Anyone can help me?
>
>
Re: eclipse3, svn and synchronization [message #268943 is a reply to message #268792] Thu, 26 August 2004 21:29 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jimworke.yahoo.com

Marcus Olk wrote:

> For what particular reason don't you use the subclipse plugin?
> (http://subclipse.tigris.org/)

I experienced intermittent hang using it. I don't really know what is the
cause. I "think" it's because of the ".project" file which I put inside
the svn repository (I used the console svn the last time). When I use the
plugin to "Checkout as Project", it just hang there. I don't want to
delete the ".project" file in the repository, that's why I reverted to
using console svn.
Re: eclipse3, svn and synchronization [message #268944 is a reply to message #268828] Thu, 26 August 2004 21:30 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jimworke.yahoo.com

Michael Valenta wrote:

> Jim,

> You could try contacting the SFTP plugin providers but I suspect they
> use the synchronize infrastructure that is provided by the base Eclipse
> and it does not currently support ignored resources for deployment
> providers (e.g. FTP, WebDAV, etc).

Yes it uses the synchronize infrastructure provided by eclipse. Is there
any workaround?

thanks
Re: eclipse3, svn and synchronization [message #268991 is a reply to message #268944] Fri, 27 August 2004 08:57 Go to previous messageGo to next message
Eclipse UserFriend
If your using the sync view, the only workaround currently is upload
individual files and exclude the ones you don't want.

Jim Worke wrote:

> Michael Valenta wrote:
>
>
>>Jim,
>>
>
>>You could try contacting the SFTP plugin providers but I suspect they
>>use the synchronize infrastructure that is provided by the base Eclipse
>>and it does not currently support ignored resources for deployment
>>providers (e.g. FTP, WebDAV, etc).
>>
>
> Yes it uses the synchronize infrastructure provided by eclipse. Is there
> any workaround?
>
> thanks
>
>
Re: eclipse3, svn and synchronization [message #269128 is a reply to message #268991] Sat, 28 August 2004 21:38 Go to previous message
Eclipse UserFriend
Originally posted by: jimworke.yahoo.com

Michael Valenta wrote:

> If your using the sync view, the only workaround currently is upload
> individual files and exclude the ones you don't want.


Ok, thanks. I'll try that for now.

But, is there any plan to have something similar to Ignored resources for
the sync view?
Previous Topic:Help: DialogCellEditor does not work properly
Next Topic:adding File Navigator to RCP application
Goto Forum:
  


Current Time: Wed Nov 05 17:00:28 EST 2025

Powered by FUDForum. Page generated in 0.04767 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top