I don't think your request will make it to subversion, as it is too
focused IMHO. Not everybody uses Python, and it's better not to ignore
files 'by default', especially in the context of a tool like SVN.
2005/8/16, Antoine Pitrou <solipsis@pitrou.net>:
>
> Hi,
>
> I'm sorry to resend a message to this mailing-list but, since I haven't
> got any answer, I'd at least like to know if I can open an improvement
> request for this on the bug tracker.
>
> Thanks
>
> Antoine.
>
>
> -------- Message transféré --------
> De: Antoine Pitrou <solipsis@pitrou.net>
> À: users@subversion.tigris.org
> Sujet: improve default setting for global-ignores
> Date: Tue, 09 Aug 2005 11:23:36 +0200
>
> Hi,
>
> The default setting for global-ignores seems to be something like this:
>
> global-ignores = *.o *.lo *.la #*# .*.rej *.rej .*~ *~ .#* .DS_Store
>
> It helps capture widespread cases of object files, patch rejects,
> automatic backups and the like.
> It should probably be helpful to users to include more of these
> "widespread cases" in the default setting, so that you don't need to
> alter this setting on every client machine you use Subversion from.
>
> In any case, I'm proposing that the patterns "*.pyc" and "*.pyo" be
> added to this default setting, as they are solely used for bytecode
> compiled versions of Python scripts (automatically generated by the
> Python compiler when the source is fresher, thus of no use in a version
> control system). This makes the output of commands like "svn status"
> much much nicer :))
>
> Regards
>
> Antoine.
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>
>
--
Romain Prévost
Epitech promotion 2007
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Aug 16 14:16:35 2005