[fossil-users] new files or modified files don't get updated on the remote server file system

2012-09-13 Thread Tommaso D'Argenio
Hi, I'm quite new to fossil and have some experience only with subversion. I've setup a little test system to check out if I can implement fossil into our workflow. I've a windows 2003 server where I've created a repository folder and I've have all the development files in a separate folder on

Re: [fossil-users] new files or modified files don't get updated on the remote server file system

2012-09-13 Thread Richard Hipp
On Thu, Sep 13, 2012 at 8:28 AM, Tommaso D'Argenio ping...@gmail.comwrote: Problem is that once I go on the server, while the repository file is updated (check date/time above) the actual text file in the development folder is untouched and still the original version when it was created in

Re: [fossil-users] new files or modified files don't get updated on the remote server file system

2012-09-13 Thread Tommaso D'Argenio
Hi Richard, thanks for your fast response. I got that, but then there is something I don't quite understand. In a normal scenario I would have a development server (call it remote machine), on which I have one repository for each of the application the team develops. Each repository have

Re: [fossil-users] new files or modified files don't get updated on the remote server file system

2012-09-13 Thread Petr Man
Hello Tommaso, For instance, I have a repository with SVN on the remote machine. I make some changes on my local repository (after the update done locally to incorporate changes made by other), and using TortoiseSVN I commit the changes and solve eventual conflicts with a merge. When this is

Re: [fossil-users] new files or modified files don't get updated on the remote server file system

2012-09-13 Thread Konstantin Khomoutov
On Thu, 13 Sep 2012 14:20:12 +0100 Tommaso D'Argenio ping...@gmail.com wrote: [...] Now think at this as a web development team, so we have a web application which doesn't need to be build or anything like that. The dev team create a new patch on their local repository and commit it to the

Re: [fossil-users] new files or modified files don't get updated on the remote server file system

2012-09-13 Thread Tommaso D'Argenio
Hi, I don't maintain the SVN server so I can't comment on the way it's configured. My workflow is quite simple: -Create a folder on my laptop -Right click on the folder Tortoise Checkout and enter the repository URL -at this point all files get downloaded -modify few things -Right click on the

Re: [fossil-users] new files or modified files don't get updated on the remote server file system

2012-09-13 Thread Richard Hipp
On Thu, Sep 13, 2012 at 9:20 AM, Tommaso D'Argenio ping...@gmail.comwrote: The dev guy doesn't have the permission to log on the remote machine and manually run a fossil update, neither I can think of a process on the remote machine that run the fossil update command every second. If it

Re: [fossil-users] new files or modified files don't get updated on the remote server file system

2012-09-13 Thread Richard Hipp
On Thu, Sep 13, 2012 at 11:04 AM, Tommaso D'Argenio ping...@gmail.comwrote: just to add to this. I've set the remote-url with the correct server url and a user with developer permissions (at later stage I've also added admin and setup permissions, thinking that developer wasn't enough but no

Re: [fossil-users] new files or modified files don't get updated on the remote server file system

2012-09-13 Thread Konstantin Khomoutov
On Thu, 13 Sep 2012 16:04:58 +0100 Tommaso D'Argenio ping...@gmail.com wrote: By the way I've also checked the autosync setting and it is set to ON, on both machines. Reading from the documentation [...] just to add to this. I've set the remote-url with the correct server url and a user

Re: [fossil-users] new files or modified files don't get updated on the remote server file system

2012-09-13 Thread Konstantin Khomoutov
On Thu, 13 Sep 2012 14:57:03 +0100 Tommaso D'Argenio ping...@gmail.com wrote: I don't maintain the SVN server so I can't comment on the way it's configured. That's probably important -- see below. My workflow is quite simple: [...] -Right click on the folder Tortoise Commit and enter