Not possible to update an individual change anymore?

It seems there is no corresponding button in latest builds, e.g. 7294., In "Incoming Project", there is only "update project". Is it gone? I used it quite a lot...

0

Hello Igor,

It seems there is no corresponding button in latest builds, e.g.
7294., In "Incoming Project", there is only "update project". Is it
gone? I used it quite a lot...


It's been removed for now because "Update changelist" didn't correctly get
new files added in a changelist. Fixing this will require significant changes
that we're unable to do at this point of the release cycle. We'll try to
bring this feature back in the next release.

--
Dmitry Jemerov
Software Developer
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"


0

Hello Dmitry,

It's been removed for now because "Update changelist" didn't correctly
get new files added in a changelist. Fixing this will require
significant changes that we're unable to do at this point of the
release cycle. We'll try to bring this feature back in the next
release.


That's a pity, I used that feature quite often.

-tt


0

Hello Taras,

>> It's been removed for now because "Update changelist" didn't
>> correctly get new files added in a changelist. Fixing this will
>> require significant changes that we're unable to do at this point of
>> the release cycle. We'll try to bring this feature back in the next
>> release.
>>

That's a pity, I used that feature quite often.


The consensus in the issue and threads requesting "update project" in incoming
changes was that no one actually uses "update changelist". :)

--
Dmitry Jemerov
Software Developer
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"


0

Well, we actually do.
In a big project, consisting of many modules, with several teams working on the same codebase, it happens that other team may break something. In this case, Update Change comes to rescue - it allows to update changes made only by our team in our modules until everything is fixed. (Actually, in this use case I don't need individual changes, but typically all changes made in a certain modules (~=svn repositories)
Removing Update changelist made me switch to doing "svn up" in command line..

0

Hello Igor,

Removing Update changelist made me switch to doing "svn up" in command
line..


Instead of this, as a workaround, you can press Alt-F1 in the Changed Files
pane to select the corresponding Project View file or folder, and invoke
"Update File" or "Update Directory" from there.

--
Dmitry Jemerov
Software Developer
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"


0

请先登录再写评论。