Login | Register
My pages Projects Community openCollabNet

Discussions > users > Re: [Subclipse-users] Problems synchronizing a with a repository

subclipse
Discussion topic

There will be a brief maintenance window every Friday at 17:00 Pacific.
For further details, see CollabNet's maintenance and upgrade policy.

Back to topic list

Re: [Subclipse-users] Problems synchronizing a with a repository

Author markphip
Full name Mark Phippard
Date 2010-04-06 06:06:39 PDT
Message There is a Subclipse 1.6.10 release out now, and I'd recommend
upgrading. I do not think it is specifically related to your problem.

It sounds like you being bitten by a SVN bug that has been fixed.
When new items were added they were being added with the SVN
depth=empty feature which, in the case of folders, caused new
children of that folder to not be brought in via update. I think this
is the core problem you are facing.

You can fix your working copy with a fresh checkout or by following
the steps in the FAQ:

http://subclipse.tig​ris.org/wiki/PluginF​AQ#head-c861d00ee626​de8b1209689a31d4c8c5​ede7b87d

The bug fix prevented the problem from happening again, but does not
fix existing working copies. So you have to take one of these actions
to fix them.

Mark


On Tue, Apr 6, 2010 at 8:55 AM, Michael Friendly <friendly at yorku dot ca> wrote:
> I use eclipse SDK  3.5.1 & StatET for R    0.8.0.b200909221530sw   &
>  Subclipse    1.6.5  for working with R packages on R-Forge from muliple
> computers, all Win XP.
> If I work on a package from one machine, I'm always careful to update to
> HEAD first, make and
> test my changes, and finally, comit back to R-Forge.
>
> Yesterday, I added one new file, R/mosaic3d.R and updated several
> existing files in my vcdExtra
> package from my home computer and successfully did Team -> comit.  At
> work today, I first did
> Team -> update to HEAD as usual, and all the updated files appeared at
> their current revision
> in the Project Explorer, but the R/mosaic3d.R did not appear.  I
> imported a fresh copy, worked
> on it some more, and then tried to comit, but it failed, saying
> mosaic3d.R already exists.
>
> I've tried various other things, all detailed in the console log below,
> but nothing has worked so far.
>
> Can someone help me sort out what I need to do to get back in sync with
> R-Forge?
> When I've tried Team -> Synchronize with Repository, or the Synchronize
> view, there's nothing I
> see that will let me say 'Ignore svn errors; I *really* believe that my
> local copy should take precedence'.
>
> TIA
> -Michael
>
>
> add -N C:\Documents\works​pace\vcdExtra\man​mosaic3d.Rd
>   A         C:/Documents/workspa​ce/vcdExtra/man/mosa​ic3d.Rd
> add -N C:\Documents\works​pace\vcdExtra\R\m​osaic3d.R
>   A         C:/Documents/workspa​ce/vcdExtra/R/mosaic​3d.R
> commit -m "Refined & documented mosaic3d()"
> C:/Documents/workspa​ce/vcdExtra/DESCRIPT​ION
> C:/Documents/workspa​ce/vcdExtra/NAMESPAC​E
> C:/Documents/workspa​ce/vcdExtra/R/mosaic​3d.R
> C:/Documents/workspa​ce/vcdExtra/man/mosa​ic3d.Rd
> C:/Documents/workspa​ce/vcdExtra/man/vcdE​xtra-package.Rd
>   Sending        C:/Documents/worksp​ace/vcdExtra/DESCRIP​TION
>   Sending        C:/Documents/worksp​ace/vcdExtra/NAMESPA​CE
>   Adding         C:/Documents/workspa​ce/vcdExtra/R/mosaic​3d.R
>   Adding         C:/Documents/workspa​ce/vcdExtra/man/mosa​ic3d.Rd
>   Sending        C:/Documents/worksp​ace/vcdExtra/man/vcd​Extra-package.Rd
>   Transmitting file data ...
>   svn: Commit failed (details follow):
>   svn: Commit failed (details follow):
> svn: File already exists: filesystem '/svnroot/vcdextra/db', transaction
> '67-1', path '/pkg/R/mosaic3d.R'
> delete --force C:/Documents/workspa​ce/vcdExtra/R/mosaic​3d.R
>   D         C:/Documents/workspa​ce/vcdExtra/R/mosaic​3d.R
> commit -m "" C:/Documents/workspa​ce/vcdExtra/DESCRIPT​ION
> C:/Documents/workspa​ce/vcdExtra/NAMESPAC​E
> C:/Documents/workspa​ce/vcdExtra/man/mosa​ic3d.Rd
> C:/Documents/workspa​ce/vcdExtra/man/vcdE​xtra-package.Rd
>   Sending        C:/Documents/worksp​ace/vcdExtra/DESCRIP​TION
>   Sending        C:/Documents/worksp​ace/vcdExtra/NAMESPA​CE
>   Adding         C:/Documents/workspa​ce/vcdExtra/man/mosa​ic3d.Rd
>   Sending        C:/Documents/worksp​ace/vcdExtra/man/vcd​Extra-package.Rd
>   Transmitting file data ...
>   Committed revision 68.
> update C:/Documents/workspace/vcdExtra -r HEAD --force
>   At revision 68.
> add -N C:\Documents\works​pace\vcdExtra\R\m​osaic3d.R
>   A         C:/Documents/workspa​ce/vcdExtra/R/mosaic​3d.R
> commit -m "Re-installed mosaic3d()"
> C:/Documents/workspa​ce/vcdExtra/R/mosaic​3d.R
>   Adding         C:/Documents/workspa​ce/vcdExtra/R/mosaic​3d.R
>   Transmitting file data ...
>   svn: Commit failed (details follow):
>   svn: Commit failed (details follow):
> svn: File already exists: filesystem '/svnroot/vcdextra/db', transaction
> '68-1', path '/pkg/R/mosaic3d.R'
> update C:/Documents/workspace/vcdExtra -r HEAD --force
>   At revision 68.
> delete --force C:/Documents/workspa​ce/vcdExtra/R/mosaic​3d.R
>   D         C:/Documents/workspa​ce/vcdExtra/R/mosaic​3d.R
> update C:/Documents/workspace/vcdExtra -r HEAD --force
>   At revision 68.
>
> --
> Michael Friendly     Email: friendly AT yorku DOT ca
> Professor, Psychology Dept.
> York University      Voice: 416 736-5115 x66249 Fax: 416 736-5814
> 4700 Keele Street    http://www.math.york​u.ca/SCS/friendly.ht​ml
> Toronto, ONT  M3J 1P3 CANADA
>
> --------------------​--------------------​--------------
> http://subclipse.tig​ris.org/ds/viewMessa​ge.do?dsForumId=1047​&dsMessageId=249​9502
>
> To unsubscribe from this discussion, e-mail: [users-unsubscribe@s​ubclipse.tigris.org]​.
>



--
Thanks

Mark Phippard
http://markphip.blogspot.com/

« Previous message in topic | 2 of 2 | Next message in topic »

Messages

Show all messages in topic

[Subclipse-users] Problems synchronizing a with a repository Michael Friendly <friendly at yorku dot ca> Michael Friendly <friendly at yorku dot ca> 2010-04-06 05:55:25 PDT
     Re: [Subclipse-users] Problems synchronizing a with a repository markphip Mark Phippard 2010-04-06 06:06:39 PDT
Messages per page: