ZIP.EXE still does a good job.
Still running and useful. Download from ftp://ftp.info-zip.org/pub/infozip/win32/.
PowerBuilder SCC (Source Code Control), SVN (Subversion) and others
Still running and useful. Download from ftp://ftp.info-zip.org/pub/infozip/win32/.
When using SVN it can be useful to get a list of all currently locked (reserved checked out) objects. Therefore I wrote this little batch (working with SVN 1.4.3) file: snv_show_locked.bat @set SVNPATH=%1 @FOR /F „tokens=3,8“ %%x in (’svn list …
PowerBuilder and SVN – List of locked (checked out) objects Weiterlesen »
First you need the good old „zip.exe V2.2“ that still does a great job. Secondly change directory to your workspace root and simply type… zip.exe -9 -R MyPBW.zip . -i *.* -x *.sr* *.pbg *.pbc If you also want to …
PowerBuilder – Zip a Workspace and ignore SCC related files Weiterlesen »