On Friday 30 June 2006 08:21, [EMAIL PROTECTED] wrote: > Hi all, > > for various reasons I have been using subversion at work. > > This has worked fine for me when I was the only one using the repository. > I started a project where I am working with a coworker who has agreed to > use subversion. > > > Now I see things are not working correctly. > > I of course set up subversion locally, duh and now I gather there is no way > to add users.
I strongly recommend that you set up a networked service (if you want you can firewall it from outside the organisation). There's HTTP/S (over WebDAV/DeltaV) and there's the Subversion custom protocol (svn://), and they are both popular. HTTP/S is more customisable, but svn:// does not require Apache2, so it may be easier to set up. All of this of course, is less of an issue if you're using your distro's Subversion packages. > > I put the repository on the companies remote server, to get this working > must I have a server installed there? You should. > > If not can I continue as I have been and somehow fix something. > > Right now the problems I see are that while each of us can update and > commit we don't see each others work. I don't understand what the problem is exactly, but you may need to either use a networked Subversion repository or alternatively use "svn st" (short for "svn status") to make sure there are no leftover files in the working copy. Note that Gabor Szabo ( http://www.pti.co.il/ ) gives Subversion consulting, but he's become extremely busy lately. I'm also a Subversion expert, (and past contributor to the Subversion core) but I am working full-time and also don't have an "Osek Mursheh" status yet. See also: http://svnbook.red-bean.com/ And you can also find some tutorials online. Regards, Shlomi Fish --------------------------------------------------------------------- Shlomi Fish [EMAIL PROTECTED] Homepage: http://www.shlomifish.org/ 95% of the programmers consider 95% of the code they did not write, in the bottom 5%. ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]