Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Ticket #9705 (closed task: fixed)

Opened 1 year ago

Last modified 10 months ago

svn:ignore pkg and dist/prototype.js

Reported by: rmm5t Assigned to: mislav
Priority: low Milestone: 2.x
Component: Prototype Version: edge
Severity: minor Keywords:
Cc:

Description

While working with the prototype source, the following output triggers my anal retentiveness :-)

$ svn status
?      pkg
?      dist/prototype.js

I suggest that the following svn:ignore properties be set:

Property changes on: .
___________________________________________________________________
Name: svn:ignore
   + pkg

Property changes on: dist
___________________________________________________________________
Name: svn:ignore
   + prototype.js

Attachments

prototype_ignores.sh (87 bytes) - added by rmm5t on 09/27/07 13:21:13.
Shell script to help with the propsets
prototype_ignores.2.sh (76 bytes) - added by rmm5t on 10/17/07 11:53:18.
Changed script to ignore pkg and dist/*

Change History

09/27/07 13:21:13 changed by rmm5t

  • attachment prototype_ignores.sh added.

Shell script to help with the propsets

10/16/07 14:22:43 changed by rmm5t

  • type changed from enhancement to task.

10/17/07 11:53:18 changed by rmm5t

  • attachment prototype_ignores.2.sh added.

Changed script to ignore pkg and dist/*

10/25/07 15:18:30 changed by chmurph2

+1

11/06/07 14:41:46 changed by sam

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

(In [8085]) prototype: svn:ignore pkg and dist/*, closes #9705