I'm attempting to set up cvswebclient & I had noticed
several issues with functionality of the software. If
anyone knows of any solutions assistance would be most
welcome!
jbeamon@teknowledge.com
Errors on Webclient
> history viewing takes a long time...
> does not show ownership of files added to the
repository outside of the program
> does not update ownerships of files that are removed
from the repository. It will still show files to be
owned by a certain user even if they no longer exist.
This must be due to how data is stored via hashing.
> importing a file doesn't seem to work - doesn't
contain the correct binary information. It may work
for MSWord files, however - I couldn't get it to work
for any other file...it will import empty files to the
repository with the correct filename.
> I implement a https Virtual server on my site, it is
possible to access the script on both the http and
https protocols. Is there a way to ignore http and
only allow the script to be accessed using https?
> unable to download entire directories within the
repository - returns a compressed file with (0kB or
45bytes)
> import doesn’t create a conflict when you try to
import the same file twice.
Logged In: YES
user_id=221917
I can address the issue of dowloading entire directories.
Using version 2.2 edit cvs-web/read/cvswebread.cgi
Delete lines 659,660, 660.
Insert the following lines:
$_ ne ".." or $_ = "/..";
$where ne "/" or $where = "";
print "</td><td>", "[<A
HREF=\&quot;",$cvswebedit_url.'/'.$where.$_.'/'.'?edit=download-
dir-page' ,"\&quot;>D</A>]", "</td>";