Actually, the user wants either:
  svn revert -R src
which is recursively revert everything, and even better:
  gclient revert
which will revert every dependencies.
In any case, you should run:
  gclient runhooks --force
after any of the previous command to make sure the
.vcproj/.scons/.xcodeproj files are regenerated correctly.

I'd recommend you to try
svn help revert
gclient help revert

for more information.

M-A

On Sun, May 17, 2009 at 12:00 PM, Finnur Thorarinsson
<[email protected]> wrote:
> I thought it was important to spell this out clearly to make sure there are
> no mistakes:
> The svn revert <file> command will revert any changes you have made to the
> file(s) you run it against. That may or may not be what you intended.
> If, on the other hand, you want to update the tree while preserving your
> changes, you want svn up <file>. To update the whole tree and all
> dependencies, use gclient sync (which also preserves your changes).
>
>
> On Sun, May 17, 2009 at 08:51, Adam Barth <[email protected]> wrote:
>>
>> You need to go to deeper levels of the directory hierarchy to get to
>> the SVN working copies that make up your chrome checkout.  For
>> example, go into src/chrome and try svn revert.
>>
>> Adam
>>
>>
>> On Sun, May 17, 2009 at 8:41 AM, nakro <[email protected]> wrote:
>> >
>> > Try "svn revert".
>> >
>> > i will try the other options you mentioned soon
>> > but svn revert does nothing
>> >
>> > i just now changed a source fine to see if this works
>> > and when i type
>> > c:\chromiumtrunk\svn revert src
>> > nothing happens, it returns immediatly
>> > and does not restore that file
>> >
>> > i have VS2008 SP1 on vista....
>> >
>> > >
>> >
>>
>>
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
Chromium Developers mailing list: [email protected] 
View archives, change email options, or unsubscribe: 
    http://groups.google.com/group/chromium-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to