Question

We are two person, working on a same project. Our Source code is in PHP. We use XAMPP to test our code on localhost.

We are connected through LAN, We can see and change settings of Database by access to http://192.168.192.XXX/phpmyadmin/ .

If person1 makes any changes in the code than he has to send it to the person 2 by email so that he may get the changed source code.

I want to know is there a method by which we can share our files on LAN. Because the Person 2 has to wait for person 1 to make changes and send the zip file.

is there a way by which we can keep only copy of the code , and both can access and make changes in it..

FTP is blocked in our LAN.

Was it helpful?

Solution

FTP may be blocked, but have you considered creating a network share? Of course, anyone on the lan that you setup the share with would have access to it as well.

If they know the location of the share, anyone can access it.

OTHER TIPS

you are looking for SVN and/or git

  1. SVN http://subversion.apache.org/
  2. GIT http://git.apache.org/

You can use GIT for this, simple and it will solve your troubles :)

Or if not GIT, why you just dont share your folder with source code in your LAN? And then it will be accessible for both of you.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top