Javahl for Svnant 1.3.1

2016-10-14 Thread Pepersack, Bob G
Hi, I'm having trouble getting Svnant 1.3.0 and 1.3.1 to work with Svnkit on my computer. It works on our servers, so I think it might be a network or software problem. So, I'm trying to find the version of the Javahl .DLLs for 64-bit Windows 7. I've done multiple Google searches to try and

Tar Task Does Not Tar Empty Directories

2012-08-03 Thread Pepersack, Bob G
Hi all, I'm getting files and directories out of SVN with SvnAnt. Some of the directories are empty. Then I'm using the task to put them into tar files. I would like the empty directories to be in the tar file, but I can't get the task to include them. Here is my tar target:

Problem with filemode Attribute of tarfileset

2012-07-25 Thread Pepersack, Bob G
I'm using the tar task with tarfilesets to create tar files on Windows 7. I'm using the filemode attribute of the tarfileset type to set the UNIX permissions on the files contained by the tar. Then, I upload the tars to our UNIX server and unzip them with this command: tar -xvf mytarfile.tar