Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 9 (100.0%) | 22 (100.0%) | 2.4 |
luitjens | 5 (55.6%) | 22 (100.0%) | 4.4 |
harman | 4 (44.4%) | 0 (0.0%) | 0.0 |
added command line option (transfer entire uda (y/n))
If the user says no then they can edit the directories they don't want.
This option will allow us to nuke pscp.
0 lines of code changed in 2 files:
fixed a typo
1 lines of code changed in 1 file:
Trying once again to make pscp2 shell independent
12 lines of code changed in 1 file:
updated svn line
0 lines of code changed in 2 files:
Another fix to pscp2
1 lines of code changed in 1 file:
Modified logic to check if remote directory exists. I'm trying to make this more portable.
1 lines of code changed in 1 file:
Added a couple of updates to make the script more compataible.
1) Use readlink instead of which to ensure that the full path of the script is returned
instead of the symbolic path. The symbolic path is wrong after changing to the uda directory.
2) Don't open a new xterm, instead just launch the editor in the same window. This removes the
need for an xterm, though if EDITOR is set to an xterm editor like emacs an xwindow will still launch.
This behavior is now similar to "svn commit".
3) Use the test command instead of shell scripting on the remote host to check if a file exists. This allows the script to work
even when the default shell script is something other than sh/tcsh. (Bash users can now rejoice).
7 lines of code changed in 1 file: