Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tools-dev] Re: CVS problem: unable to Team -> Share Project...

I just learned how to turn on CVS protocol debugging output to the console! So here is the complete output created when trying to to a "Team -> Share Project..." + Finish. Notice at the bottom that all of the lines result in an error code -14 (the generic ERROR_LINE), including the "skipping directory" error message, which should result in a DOES_NOT_EXIST.

As described in my previous message, the result of this bug is that the "Team -> Share Project..." operation always results in the dialog:

Remote Project Exists

Module 'XXX' already exists remotely. Would you like to synchronize your local project with the existing remote module.

--> BEGIN CONSOLE OUTPUT <--

I LOVE YOU
Valid-responses ok error M E Checked-in Valid-requests Template Set-sticky Clear-static-directory Module-expansion Set-static-directory Clear-sticky New-entry Removed Merged Remove-entry Updated Update-existing Copy-file Created Notified Mod-time
valid-requests
Valid-requests Root Valid-responses valid-requests Repository Directory Max-dotdot Static-directory Sticky Entry Kopt Checkin-time Modified Is-modified UseUnchanged Unchanged Notify Questionable Case Argument Argumentx Global_option Gzip-stream wrapper-sendme-rcsOptions Set Gssapi-authenticate expand-modules ci co update diff log rlog add remove update-patches gzip-file-contents status rdiff tag rtag import admin export history release watch-on watch-off watch-add watch-remove watchers editors init annotate rannotate noop version
ok
Root /usr/local/cvsroot
CMD> cvs version
version
M Concurrent Versions System (CVS) 1.11.9 (client/server)
ok
RESULT> Status OKorg.eclipse.team.cvs.core code=0 ok null
I LOVE YOU
Valid-responses ok error M E Checked-in Valid-requests Template Set-sticky Clear-static-directory Module-expansion Set-static-directory Clear-sticky New-entry Removed Merged Remove-entry Updated Update-existing Copy-file Created Notified Mod-time
valid-requests
Valid-requests Root Valid-responses valid-requests Repository Directory Max-dotdot Static-directory Sticky Entry Kopt Checkin-time Modified Is-modified UseUnchanged Unchanged Notify Questionable Case Argument Argumentx Global_option Gzip-stream wrapper-sendme-rcsOptions Set Gssapi-authenticate expand-modules ci co update diff log rlog add remove update-patches gzip-file-contents status rdiff tag rtag import admin export history release watch-on watch-off watch-add watch-remove watchers editors init annotate rannotate noop version
ok
Root /usr/local/cvsroot
CMD> cvs -n update -d ""
Global_option -n
Argument -d
Directory .
/usr/local/cvsroot/PetersTeamProject
Argument .
Directory .
/usr/local/cvsroot/PetersTeamProject
update
E cvs update: Updating .
E cvs update: cannot open directory /usr/local/cvsroot/PetersTeamProject: No such file or directory
E cvs update: 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 ERRORorg.eclipse.team.cvs.core code=-14 cvs update: Updating . null Status ERRORorg.eclipse.team.cvs.core code=-14 cvs update: cannot open directory /usr/local/cvsroot/PetersTeamProject: No such file or directory null Status ERRORorg.eclipse.team.cvs.core code=-14 cvs update: skipping directory null]

--> END CONSOLE OUTPUT <--



Back to the top