Alejandro Mery
|
19fdc54671
|
Removed trailing spaces from bin/ ... without renewing the copyright note
|
17 years ago |
Alejandro Mery
|
92eb86aadf
|
Changed bin/download to use expr instead of [[
|
17 years ago |
Alejandro Mery
|
795f4f12b0
|
Improved `sde up` to assume sde up tree only when called without arguments, but sde up pkg when called with arguments
|
17 years ago |
Alejandro Mery
|
87d9fd829e
|
Improved bin/sde-cleanup-linger to run the searches in parallel
|
17 years ago |
Alejandro Mery
|
9794a2e216
|
Cleaned bin/sde-cleanup-linger by using some variables
|
17 years ago |
Alejandro Mery
|
bdef6f7fbb
|
Fixed typo in bin/sde-cleanup
|
17 years ago |
Alejandro Mery
|
032a66c2b6
|
Changed `sde cleanup lingering` to sit in $SDEROOT
|
17 years ago |
Alejandro Mery
|
f0e44e7ff6
|
Set `sde clean` as an alias of `sde cleanup`
|
17 years ago |
Alejandro Mery
|
66cff79447
|
Moved the search of lingering files on `sde cleanup` to sde-cleanup-linger
|
17 years ago |
Alejandro Mery
|
4d1b5ec2c1
|
Fixed bin/sde-commit to react to CTRL-C correctly even before "$logfile" gets defined
|
17 years ago |
Alejandro Mery
|
94be70df75
|
Fixed bin/* to use = instead of == on [ calls, because dash doesn't support ==
|
17 years ago |
Alejandro Mery
|
88458accca
|
Renamed scripts/Check-System to bin/sde-check-system
|
17 years ago |
Alejandro Mery
|
38d134d5f0
|
Finally removed misc/ directory from $SDEROOT
|
17 years ago |
Alejandro Mery
|
e89c5618e9
|
Introduced package_confdir() in lib/sde-package.in and changed `sde up pkg` to use it
|
17 years ago |
Alejandro Mery
|
3e3d8b7ee8
|
Renamed some functions inside bin/sde-update-package to be update_*() instead of package_*()
|
17 years ago |
Alejandro Mery
|
cda2cfe373
|
changed `sde update tree` to nicely indent the output of the update commands
|
17 years ago |
Alejandro Mery
|
0e249083cb
|
Reindented part of bin/sde-update-package which was left that way before to reduce the diff
|
17 years ago |
Alejandro Mery
|
26ae0362b4
|
Moved (finally) `sde pkg up` to `sde up pkg`
|
17 years ago |
Alejandro Mery
|
2db7a9106a
|
Fixed typo in ./bin/sde-update
|
17 years ago |
Alejandro Mery
|
be1be4ac19
|
Added description to bin/sde-update-tree and cleaned a bit
|
17 years ago |
Alejandro Mery
|
206b699e37
|
Implemented `sde update` as a proof of concept of the usage of lib/sde-wrapper-discriminator.in, tree is the default.
|
17 years ago |
Alejandro Mery
|
b8a8c4fedf
|
Removed "--help" alias from `sde help`
|
17 years ago |
Alejandro Mery
|
a2e673891a
|
Changed bin/sde-help to use lib/sde-wrapper-command.in
|
17 years ago |
Alejandro Mery
|
a8c44e02a6
|
Cleaned bin/sde a bit more and changed to use lib/sde-wrapper-command.in
|
17 years ago |
Alejandro Mery
|
79190da0c5
|
Cleaned bin/sde-help by using lib/sde-wrapper.in
|
17 years ago |
Alejandro Mery
|
a355b259e1
|
Moved command detection code from bin/sde to lib/sde-wrapper.in
|
17 years ago |
Alejandro Mery
|
af30fe6fe5
|
Removed even more superfluous ""s and ''s
|
17 years ago |
Alejandro Mery
|
34117bf21f
|
Moved scripts/xfind.sh to bin/find, and world adapted to support this change
|
17 years ago |
Alejandro Mery
|
5d71c95b32
|
Fixed svn support on `sde ci` to only commit what was requested
|
17 years ago |
Alejandro Mery
|
e01ef36d08
|
Improved bin/sde-update-tree to also update svn sub-trees
|
17 years ago |
Alejandro Mery
|
a562fe4682
|
Fixed `sde ci` to commit changes on svn working trees correctly
|
17 years ago |
Alejandro Mery
|
c44f1e9e25
|
Improved ./bin/sde-commit to produce status and diff for svn working copies
|
17 years ago |
Alejandro Mery
|
1529e0f8b9
|
Fixed `sde ci` to correctly detect unknown version control systems when calculating the diff
|
17 years ago |
Alejandro Mery
|
82afd6391a
|
Improved ./bin/sde-commit to `svn add` '?' files and apply copyright patch to changes on svn working copies
|
17 years ago |
Alejandro Mery
|
7fb707a92e
|
Improved bin/sde-list-changes to detect changes on svn working copies
|
17 years ago |
Alejandro Mery
|
0b1fa3ce48
|
Fixed bin/sde-list-files to handle the '.' correctly
|
17 years ago |
Alejandro Mery
|
457b632b38
|
Fixed bin/sde to _not_ look for aliases on bin/sde-*-* files
|
17 years ago |
Alejandro Mery
|
5a0fb38dd1
|
Fixed `sde ci` to handle multiple files correctly
|
17 years ago |
Alejandro Mery
|
cb855ab536
|
Changed bin/sde-list-files to resolve package names and target names before $PWD relative matches
|
17 years ago |
Alejandro Mery
|
893e9bbedd
|
Improved bin/sde-list-files to handle package and target names directly
|
17 years ago |
Alejandro Mery
|
572eb79210
|
Fixed bin/sde-update-tree now for real
|
17 years ago |
Alejandro Mery
|
352bec5ce7
|
Fixed sde-update-tree to not error when there is no package/* because package/ is not yet cloned
|
17 years ago |
Alejandro Mery
|
d70e9e2114
|
Cleaned bin/sde-update-tree's output
|
17 years ago |
Alejandro Mery
|
a40e3e3830
|
Implemented a simple bin/sde-update-tree which just updates everything, and gets package/ if it's not yet there
|
17 years ago |
Alejandro Mery
|
6a9fca13bc
|
Fixed bin/sde-list-files to work right with the root of a sub-repo is passed (like targets)
|
17 years ago |
Alejandro Mery
|
f57281e27c
|
Improved `sde ci` to only show Changes and Status if a change was detected
|
17 years ago |
Alejandro Mery
|
51d3779582
|
Fixed `sde ci` to pass a clean diff to the awk script which tries to generate a log message
|
17 years ago |
Alejandro Mery
|
430a54c96a
|
Fixed sde-commit to only show the diff of the changes on the index and to show files names $SDEROOT relative
|
17 years ago |
Alejandro Mery
|
384fe63732
|
Finished `sde ci` to finally work on git
|
17 years ago |
Alejandro Mery
|
6fffa68cd4
|
Improved bin/sde-commit to popolate the index with copyright-patched files a to generate the temporal files needed.
|
17 years ago |