[CVS] Unable to create a new project in CVS [message #61665] |
Tue, 03 June 2003 21:03  |
Eclipse User |
|
|
|
I'm just getting going with Eclipse and CVS, but have run into a
show-stopper. I want to add a new project to an empty repository, but
Eclipse dies with a timeout trying to add the files (via the "Share Project"
wizard.)
When I enable debug logging, per the FAQ, I see that Eclipse is trying to
refer to a not-yet-existing directory on the remote server: (some material
snipped, shown in {brackets})
--- cut here ---
CMD> cvs version
version
M Concurrent Versions System (CVS) 1.11.5 (client/server)
ok
{valid-requests response snipped}
CMD> cvs -n update -d ""
Global_option -n
Argument -d
Directory .
/usr/local/cvsroot/test
Argument .
Directory .
/usr/local/cvsroot/test
update
E cvs server: Updating .
E cvs server: cannot open directory /usr/local/cvsroot/test: No such file or
directory
E cvs server: skipping directory
ok
RESULT> Status ERRORorg.eclipse.team.cvs.core code=1 The following warnings
were reported while performing the "cvs update" command. null
children=[Status ERROR org.eclipse.team.cvs.core code=-14 cvs server: cannot
open directory /usr/local/cvsroot/test: No such file or directory null]
{valid-requests response snipped}
Root /usr/local/cvsroot
CMD> cvs import -m "Initial import" "test" "vendor" "start"
Argument -b
Argument 1.1.1
Argument -m
Argument Initial import
Directory .
/usr/local/cvsroot/.
Argument test
Argument vendor
Argument start
Directory .
/usr/local/cvsroot/
import
RESULT>
org.eclipse.team.internal.ccvs.core.connection.CVSCommunicat ionException:
I/O has been interrupted.
--- end here ---
When I use WinCVS to import a module, it works. When I use Eclipse, it
doesn't. I'm using CVS 1.11.5 on NetBSD, the same as cvs.apache.org, though
am willing to believe in a configuration error on my part. :)
Thoughts? Suggestions?
....Richard
|
|
|
Re: [CVS] Unable to create a new project in CVS [message #65325 is a reply to message #61665] |
Fri, 06 June 2003 06:41   |
Eclipse User |
|
|
|
Originally posted by: user.domain.invalid
Could you try using another connection method, extssh or ext? The first
update is expected to fail, it is used to check the existance of the
folder. The second command, the import, should of worked fine.
Jean-Michel
Richard Clark wrote:
> I'm just getting going with Eclipse and CVS, but have run into a
> show-stopper. I want to add a new project to an empty repository, but
> Eclipse dies with a timeout trying to add the files (via the "Share Project"
> wizard.)
>
> When I enable debug logging, per the FAQ, I see that Eclipse is trying to
> refer to a not-yet-existing directory on the remote server: (some material
> snipped, shown in {brackets})
> --- cut here ---
> CMD> cvs version
> version
> M Concurrent Versions System (CVS) 1.11.5 (client/server)
> ok
>
> {valid-requests response snipped}
>
> CMD> cvs -n update -d ""
> Global_option -n
> Argument -d
> Directory .
> /usr/local/cvsroot/test
> Argument .
> Directory .
> /usr/local/cvsroot/test
> update
> E cvs server: Updating .
> E cvs server: cannot open directory /usr/local/cvsroot/test: No such file or
> directory
> E cvs server: skipping directory
> ok
> RESULT> Status ERRORorg.eclipse.team.cvs.core code=1 The following warnings
> were reported while performing the "cvs update" command. null
> children=[Status ERROR org.eclipse.team.cvs.core code=-14 cvs server: cannot
> open directory /usr/local/cvsroot/test: No such file or directory null]
>
> {valid-requests response snipped}
>
> Root /usr/local/cvsroot
> CMD> cvs import -m "Initial import" "test" "vendor" "start"
> Argument -b
> Argument 1.1.1
> Argument -m
> Argument Initial import
> Directory .
> /usr/local/cvsroot/.
> Argument test
> Argument vendor
> Argument start
> Directory .
> /usr/local/cvsroot/
> import
> RESULT>
> org.eclipse.team.internal.ccvs.core.connection.CVSCommunicat ionException:
> I/O has been interrupted.
>
> --- end here ---
>
> When I use WinCVS to import a module, it works. When I use Eclipse, it
> doesn't. I'm using CVS 1.11.5 on NetBSD, the same as cvs.apache.org, though
> am willing to believe in a configuration error on my part. :)
>
> Thoughts? Suggestions?
>
> ...Richard
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
|
|
|
Re: [CVS] Unable to create a new project in CVS [message #68586 is a reply to message #65325] |
Mon, 09 June 2003 23:31  |
Eclipse User |
|
|
|
The problem started happening with _all_ CVS commands, so I wound up ffiling
a bug. It turns out that Eclipse's CVS has a known problem with some VIA
ethernet adaptors; switching to a Linksys adaptor fixed it.
There's supposed to be an integration build of 3.0 that fixes the bug as
well, and I'll test that in a day or so.
Thanks for answering, Jean-Michel :)
....Richard
<user@domain.invalid> wrote in message
news:3EE06FEA.6050107@domain.invalid...
> Could you try using another connection method, extssh or ext? The first
> update is expected to fail, it is used to check the existance of the
> folder. The second command, the import, should of worked fine.
|
|
|
Powered by
FUDForum. Page generated in 0.02583 seconds