Name | Modified | Size |
---|---|---|
.. | ||
integrename.rb | 15 years ago | 11 KB |
oldclients.rb | 17 years ago | 3 KB |
reversechange.rb | 17 years ago | 10 KB |
Change | User | Description | Committed |
---|---|---|---|
7564 | Tony Smith | Bug fix: when a rename is pure the script would still delete the target file instead of l...eaving it alone. We really only need to handle integrates where the content of the file changes - pure name changes in the source are not an issue for us since the whole point of the script is not to propagate them. This change ensures that in the case of a file branched due to a rename, the branch and the associated delete are both reverted. Also took out the -I flag to integ, which is archaic now. « |
15 years ago |
6437 | Tony Smith | Update P4Ruby Library scripts to support Perforce P4Ruby 2007.3 rather than my old public... depot P4Ruby. « |
17 years ago |
5837 | Tony Smith | Add support for branches downgraded to add in integrename.rb (thanks to Martin Gamwell Da...vids). Also added some code to output the detected mappings so they can be added to the branch view. The script doesn't add them automatically since it's complicated to work out which side of the view the source/dest paths should be and the user may not want the entries added anyway. At least this way, they can see what they are. « |
18 years ago |
5731 | Tony Smith | Bug fix: strftime was using the minutes of the time (%M) rather than the month (%m). Than...ks to Martin Gamwell Dawids. « |
18 years ago |
4434 | Tony Smith | Bug fix. integrename.rb can now handle the case where both the source and target have be...en renamed. « |
21 years ago |
4256 | Tony Smith | Add a script to locate the oldest n clients (so that they may be considered for deletion).... « |
21 years ago |
4249 | Tony Smith | Add a script to back out a change. Features: * Prepares a fresh pending changelist with... the files needed to back out the change. * Attempts to resolve merges for backing out older edits using "p4 resolve -am" * Leaves conflict resolution (if any) to the user Shortcomings are numerous, but include: * Does not (yet) re-branch deleted branched files. * Does not handle filetype changes (yet). The odds of success are highest with new changes. For older changes things are much more complicated and you can expect to have some work to do. « |
21 years ago |
4248 | Tony Smith | Change filetype - no functional change | 21 years ago |
4243 | Tony Smith | Add my script to follow renames when integrating using a branchview. Lots of limitation...s, and I'm sure it doesn't catch everything but it does try to handle renames in both source and target. « |
21 years ago |