Login | Register
My pages Projects Community openCollabNet

Discussions > users > [Subclipse-users] does subclipse send the wrong update command or is this just how svn works? (own commit overwritten and then i can update it back in)

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

[Subclipse-users] does subclipse send the wrong update command or is this just how svn works? (own commit overwritten and then i can update it back in)

Author jcompagner
Full name jcompagner
Date 2010-12-01 02:30:21 PST
Message Hi,

this is my svn log:

commit -m "if intermediate == 0 then go to that version and not the
latest release"
C:/workspace_trunk/j​2db_server/src/com/s​ervoy/j2db/server/ut​il/VersionCheck.java​
    Sending
C:/workspace_trunk/j​2db_server/src/com/s​ervoy/j2db/server/ut​il/VersionCheck.java​
    Transmitting file data ...
    Committed revision 30054.
update C:/workspace_trunk/j2db_server -r 30052 --force
    U C:/workspace_trunk/j​2db_server/src/com/s​ervoy/j2db/server/ut​il/VersionCheck.java​
    U C:/workspace_trunk/j​2db_server/src/com/s​ervoy/j2db/dataproce​ssing/ClientManager.​java
     U C:/workspace_trunk/j2db_server
    Updated to revision 30052.
    ===== File Statistics: =====
    Updated: 2
    ==== Property Statistics: =====
    Updated: 1


I made a change in a file VersionCheck.java and committed that.

Then i did a synchronize (or maybe that was done earlier) and i
started updating incoming changes
now subclipse sends the command:

update C:/workspace_trunk/j2db_server -r 30052 --force

and what do i see i get

    U C:/workspace_trunk/j​2db_server/src/com/s​ervoy/j2db/server/ut​il/VersionCheck.java​

back... Why is that? this is the version before mine, so now it roll
backed changes that i did.
That VersionCheck file was not touched in that 30052 commit that was
only ClientManager and the project/dir itself (properties)

I rather don't want my own files to be overwritten to an older version
if i do an update of a project dir..
if i do now an update:

update C:/workspace_trunk/j​2db_server/src/com/s​ervoy/j2db/server/ut​il/VersionCheck.java​
-r 30054 --force
    U C:/workspace_trunk/j​2db_server/src/com/s​ervoy/j2db/server/ut​il/VersionCheck.java​
    Updated to revision 30054.
    ===== File Statistics: =====
    Updated: 1

i get my file back, but this could be confusing for people (and i do
have reports of people using our eclipse product and svn telling me
they did "loose" there changes)

johan

« Previous message in topic | 1 of 8 | Next message in topic »

Messages

Show all messages in topic

[Subclipse-users] does subclipse send the wrong update command or is this just how svn works? (own commit overwritten and then i can update it back in) jcompagner jcompagner 2010-12-01 02:30:21 PST
     Re: [Subclipse-users] does subclipse send the wrong update command or is this just how svn works? (own commit overwritten and then i can update it back in) ahaferburg Andreas Haferburg 2010-12-01 05:09:13 PST
         Re: [Subclipse-users] does subclipse send the wrong update command or is this just how svn works? (own commit overwritten and then i can update it back in) jcompagner jcompagner 2010-12-01 05:23:55 PST
             Re: [Subclipse-users] does subclipse send the wrong update command or is this just how svn works? (own commit overwritten and then i can update it back in) markphip Mark Phippard 2010-12-01 05:48:53 PST
                 Re: [Subclipse-users] does subclipse send the wrong update command or is this just how svn works? (own commit overwritten and then i can update it back in) jcompagner jcompagner 2010-12-01 05:57:26 PST
                 Re: [Subclipse-users] does subclipse send the wrong update command or is this just how svn works? (own commit overwritten and then i can update it back in) ahaferburg Andreas Haferburg 2010-12-01 06:02:35 PST
                     Re: [Subclipse-users] does subclipse send the wrong update command or is this just how svn works? (own commit overwritten and then i can update it back in) markphip Mark Phippard 2010-12-01 06:08:14 PST
             Re: [Subclipse-users] does subclipse send the wrong update command or is this just how svn works? (own commit overwritten and then i can update it back in) ahaferburg Andreas Haferburg 2010-12-01 05:52:01 PST
Messages per page: