After a recent sync I now have a large number of .rules/.sln/.vcproj files
in chrome_frame/.  Someone changed the gyp files in a way that introduced
these without adding them to svn:ignore.
When you change a gyp file, you should update svn:ignore on the directory in
which all your new autogenerated files will live, and add them to the ignore
list, so they don't show up as "? foo.vcproj" when people do svn/gcl status.
 It's easy:

svn propedit svn:ignore .

Then you can commit these.  (gcl can do a gcl change containing these, but
gcl upload won't upload them, so I'd just commit.)  Be careful: if you
propedit "foo/bar/" and commit, gcl/svn will commit all modified files
inside foo/bar/ too.

Now, can whoever made the chrome_frame change please fix it?

PK

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

Reply via email to