Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
2answers
85 views

Accessing a svn server across home network

I have setup subversion (used svn-1.4.6-setup.exe from subversion.tigris.org ) with Apache server on my local machine. Apache's http.conf has the following which I suppose is needed for the svn ...
0
votes
1answer
184 views

UDP Client/Server object transfer help

I'm trying to transfer an ArrayList from a client to a server using the UDP protocol. The transfer starts at the "max" if statement. Same in the server side This is the client: public class ...