Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Ticket Graph
Context Navigation
Back to Ticket #20727
Ticket #20727
: wp-old-files
File wp-old-files,
203 bytes
(added by ryan,
12 months ago
)
My simple-minded script for listing old files, should anyone care.
Line
1
#!/bin/sh
2
3
repo
=
/Users/you/wordpress
4
5
diff -qr --exclude
=
.svn
$repo
/branches/
$1
/
$repo
/trunk/ | grep
"Only in $repo/branches/$1/"
| sed
"s|Only in $repo/branches/$1/||g"
| sed
's|: |/|g'
| sed
's|^/||g'
Download in other formats:
Original Format