Development

#2506 ([PATCH] Ignore _svn directories on init-* tasks)

You must first sign up to be able to contribute.

Ticket #2506 (closed defect: fixed)

Opened 1 year ago

Last modified 9 months ago

[PATCH] Ignore _svn directories on init-* tasks

Reported by: arne Assigned to: fabien
Priority: minor Milestone: 1.0.12
Component: tasks Version: 1.1.0 DEV
Keywords: Cc: arne
Qualification: Ready for core team

Description

I'm using symfony via svn:externals and commands like init-project, init-app etc. copy the _svn directories into the target environment. _svn directories are often used in windows environments instead of .svn since Visual Studio had / has some problems with them.

Attachments

sfFinder.class.php.patch (502 bytes) - added by Carl.Vondrick on 02/12/08 07:56:55.
Patch for sfFinder to ignore Windows subversion, git, and mercurial meta directories

Change History

11/07/07 14:20:17 changed by arne

  • cc set to arne.

02/12/08 07:56:55 changed by Carl.Vondrick

  • attachment sfFinder.class.php.patch added.

Patch for sfFinder to ignore Windows subversion, git, and mercurial meta directories

02/12/08 07:57:16 changed by Carl.Vondrick

  • qualification changed from Unreviewed to Ready for core team.

02/25/08 07:44:36 changed by Carl.Vondrick

  • summary changed from Ignore _svn directories on init-* tasks to [PATCH] Ignore _svn directories on init-* tasks.

03/07/08 14:57:24 changed by fabien

  • status changed from new to closed.
  • resolution set to fixed.
  • milestone set to 1.0.12.

in r7764 and r7765