Hey, Now that I''ve signed the agreement and that I''m the mood for sending a couple of patches, I''d like first to get a clean SVN status to work on :) In my local copy, I''ve svn:ignored every folder/files that is generated by VS: bin Debug Release FxCop obj *.user *.suo (there''s an annoying one that should be deleted prior to be ignored in the root folder). That should help us to create nice patches for review :) Thanks, -- Jb Evain <jb at nurv.fr>
Would someone with a write access to the svn repo do the same and commit, so that everyone can benefit from this? Jb On 9/18/07, Jb Evain <jb at nurv.fr> wrote:> Hey, > > Now that I''ve signed the agreement and that I''m the mood for sending a > couple of patches, I''d like first to get a clean SVN status to work on > :) > > In my local copy, I''ve svn:ignored every folder/files that is generated by VS: > > bin > Debug > Release > FxCop > obj > *.user > *.suo (there''s an annoying one that should be deleted prior to be > ignored in the root folder). > > That should help us to create nice patches for review :) > > Thanks, > > -- > Jb Evain <jb at nurv.fr> >-- Jb Evain <jb at nurv.fr>
Dumb question of the day: I''m pretty sure that none of those directories / files are subversion right now. What exactly do you want me to commit to the repository? Thanks, -John> -----Original Message----- > From: ironruby-core-bounces at rubyforge.org [mailto:ironruby-core- > bounces at rubyforge.org] On Behalf Of Jb Evain > Sent: Thursday, September 27, 2007 9:32 AM > To: ironruby-core at rubyforge.org > Subject: Re: [Ironruby-core] svn pollution > > Would someone with a write access to the svn repo do the same and > commit, so that everyone can benefit from this? > > Jb > > On 9/18/07, Jb Evain <jb at nurv.fr> wrote: > > Hey, > > > > Now that I''ve signed the agreement and that I''m the mood for sending > a > > couple of patches, I''d like first to get a clean SVN status to work > on > > :) > > > > In my local copy, I''ve svn:ignored every folder/files that is > generated by VS: > > > > bin > > Debug > > Release > > FxCop > > obj > > *.user > > *.suo (there''s an annoying one that should be deleted prior to be > > ignored in the root folder). > > > > That should help us to create nice patches for review :) > > > > Thanks, > > > > -- > > Jb Evain <jb at nurv.fr> > > > > > -- > Jb Evain <jb at nurv.fr> > _______________________________________________ > Ironruby-core mailing list > Ironruby-core at rubyforge.org > http://rubyforge.org/mailman/listinfo/ironruby-core
Hey John, Only the .suo file is in the repo. I''d like you to add them to svn:ignore, so that they don''t show up when you ask svn status. Jb On 9/27/07, John Lam (DLR) <jflam at microsoft.com> wrote:> Dumb question of the day: I''m pretty sure that none of those directories / files are subversion right now. What exactly do you want me to commit to the repository? > > Thanks, > -John > > > > -----Original Message----- > > From: ironruby-core-bounces at rubyforge.org [mailto:ironruby-core- > > bounces at rubyforge.org] On Behalf Of Jb Evain > > Sent: Thursday, September 27, 2007 9:32 AM > > To: ironruby-core at rubyforge.org > > Subject: Re: [Ironruby-core] svn pollution > > > > Would someone with a write access to the svn repo do the same and > > commit, so that everyone can benefit from this? > > > > Jb > > > > On 9/18/07, Jb Evain <jb at nurv.fr> wrote: > > > Hey, > > > > > > Now that I''ve signed the agreement and that I''m the mood for sending > > a > > > couple of patches, I''d like first to get a clean SVN status to work > > on > > > :) > > > > > > In my local copy, I''ve svn:ignored every folder/files that is > > generated by VS: > > > > > > bin > > > Debug > > > Release > > > FxCop > > > obj > > > *.user > > > *.suo (there''s an annoying one that should be deleted prior to be > > > ignored in the root folder). > > > > > > That should help us to create nice patches for review :) > > > > > > Thanks, > > > > > > -- > > > Jb Evain <jb at nurv.fr> > > > > > > > > > -- > > Jb Evain <jb at nurv.fr> > > _______________________________________________ > > Ironruby-core mailing list > > Ironruby-core at rubyforge.org > > http://rubyforge.org/mailman/listinfo/ironruby-core > _______________________________________________ > Ironruby-core mailing list > Ironruby-core at rubyforge.org > http://rubyforge.org/mailman/listinfo/ironruby-core >-- Jb Evain <jb at nurv.fr>
John, I recommend doing this in the trunk and then apply recursively. Here''s my svn:ignore list for Subtext. *.resharper *.suo *.user *.pdb *.vspscc *.vsssccc *.scc */_ReSharper* */bin */obj _ReSharper.Fan bin obj *.resharperoptions *.db *.bak *_ReSharper* *.snk This helps keep the incidents of people accidentally committing this cruft to a minimum. Phil -----Original Message----- From: ironruby-core-bounces at rubyforge.org [mailto:ironruby-core-bounces at rubyforge.org] On Behalf Of Jb Evain Sent: Thursday, September 27, 2007 10:37 AM To: ironruby-core at rubyforge.org Subject: Re: [Ironruby-core] svn pollution Hey John, Only the .suo file is in the repo. I''d like you to add them to svn:ignore, so that they don''t show up when you ask svn status. Jb On 9/27/07, John Lam (DLR) <jflam at microsoft.com> wrote:> Dumb question of the day: I''m pretty sure that none of those directories /files are subversion right now. What exactly do you want me to commit to the repository?> > Thanks, > -John > > > > -----Original Message----- > > From: ironruby-core-bounces at rubyforge.org [mailto:ironruby-core- > > bounces at rubyforge.org] On Behalf Of Jb Evain > > Sent: Thursday, September 27, 2007 9:32 AM > > To: ironruby-core at rubyforge.org > > Subject: Re: [Ironruby-core] svn pollution > > > > Would someone with a write access to the svn repo do the same and > > commit, so that everyone can benefit from this? > > > > Jb > > > > On 9/18/07, Jb Evain <jb at nurv.fr> wrote: > > > Hey, > > > > > > Now that I''ve signed the agreement and that I''m the mood for sending > > a > > > couple of patches, I''d like first to get a clean SVN status to work > > on > > > :) > > > > > > In my local copy, I''ve svn:ignored every folder/files that is > > generated by VS: > > > > > > bin > > > Debug > > > Release > > > FxCop > > > obj > > > *.user > > > *.suo (there''s an annoying one that should be deleted prior to be > > > ignored in the root folder). > > > > > > That should help us to create nice patches for review :) > > > > > > Thanks, > > > > > > -- > > > Jb Evain <jb at nurv.fr> > > > > > > > > > -- > > Jb Evain <jb at nurv.fr> > > _______________________________________________ > > Ironruby-core mailing list > > Ironruby-core at rubyforge.org > > http://rubyforge.org/mailman/listinfo/ironruby-core > _______________________________________________ > Ironruby-core mailing list > Ironruby-core at rubyforge.org > http://rubyforge.org/mailman/listinfo/ironruby-core >-- Jb Evain <jb at nurv.fr> _______________________________________________ Ironruby-core mailing list Ironruby-core at rubyforge.org http://rubyforge.org/mailman/listinfo/ironruby-core
Just committed these changes. Thanks! -John> -----Original Message----- > From: ironruby-core-bounces at rubyforge.org [mailto:ironruby-core- > bounces at rubyforge.org] On Behalf Of Phil Haack > Sent: Thursday, September 27, 2007 10:55 AM > To: ironruby-core at rubyforge.org > Subject: Re: [Ironruby-core] svn pollution > > John, > > I recommend doing this in the trunk and then apply recursively. Here''s > my > svn:ignore list for Subtext. > > *.resharper > *.suo > *.user > *.pdb > *.vspscc > *.vsssccc > *.scc > */_ReSharper* > */bin > */obj > _ReSharper.Fan > bin > obj > *.resharperoptions > *.db > *.bak > *_ReSharper* > *.snk > > This helps keep the incidents of people accidentally committing this > cruft > to a minimum. > > Phil > > > -----Original Message----- > From: ironruby-core-bounces at rubyforge.org > [mailto:ironruby-core-bounces at rubyforge.org] On Behalf Of Jb Evain > Sent: Thursday, September 27, 2007 10:37 AM > To: ironruby-core at rubyforge.org > Subject: Re: [Ironruby-core] svn pollution > > Hey John, > > Only the .suo file is in the repo. > > I''d like you to add them to svn:ignore, so that they don''t show up > when you ask svn status. > > Jb > > On 9/27/07, John Lam (DLR) <jflam at microsoft.com> wrote: > > Dumb question of the day: I''m pretty sure that none of those > directories / > files are subversion right now. What exactly do you want me to commit > to the > repository? > > > > Thanks, > > -John > > > > > > > -----Original Message----- > > > From: ironruby-core-bounces at rubyforge.org [mailto:ironruby-core- > > > bounces at rubyforge.org] On Behalf Of Jb Evain > > > Sent: Thursday, September 27, 2007 9:32 AM > > > To: ironruby-core at rubyforge.org > > > Subject: Re: [Ironruby-core] svn pollution > > > > > > Would someone with a write access to the svn repo do the same and > > > commit, so that everyone can benefit from this? > > > > > > Jb > > > > > > On 9/18/07, Jb Evain <jb at nurv.fr> wrote: > > > > Hey, > > > > > > > > Now that I''ve signed the agreement and that I''m the mood for > sending > > > a > > > > couple of patches, I''d like first to get a clean SVN status to > work > > > on > > > > :) > > > > > > > > In my local copy, I''ve svn:ignored every folder/files that is > > > generated by VS: > > > > > > > > bin > > > > Debug > > > > Release > > > > FxCop > > > > obj > > > > *.user > > > > *.suo (there''s an annoying one that should be deleted prior to be > > > > ignored in the root folder). > > > > > > > > That should help us to create nice patches for review :) > > > > > > > > Thanks, > > > > > > > > -- > > > > Jb Evain <jb at nurv.fr> > > > > > > > > > > > > > -- > > > Jb Evain <jb at nurv.fr> > > > _______________________________________________ > > > Ironruby-core mailing list > > > Ironruby-core at rubyforge.org > > > http://rubyforge.org/mailman/listinfo/ironruby-core > > _______________________________________________ > > Ironruby-core mailing list > > Ironruby-core at rubyforge.org > > http://rubyforge.org/mailman/listinfo/ironruby-core > > > > > -- > Jb Evain <jb at nurv.fr> > _______________________________________________ > Ironruby-core mailing list > Ironruby-core at rubyforge.org > http://rubyforge.org/mailman/listinfo/ironruby-core > > _______________________________________________ > Ironruby-core mailing list > Ironruby-core at rubyforge.org > http://rubyforge.org/mailman/listinfo/ironruby-core