Greetings!
There may be only one answer, but I'll describe my challenge in case someone
has a better alternative.
I want to run a script (e.g., from cron and/or launched by a CI tool like
Hudson) which runs some svn commands. The tricky part is that the script may
run svn commands using two r
On Apr 19, 2010, at 5:50 PM, Ryan Schmidt wrote:
>
> On Apr 19, 2010, at 17:39, Ryan Schmidt wrote:
>
>> On Apr 19, 2010, at 17:04, Omar Ousmane Kadry wrote:
>>
>>> Not sure if it is the right place for this but I’m looking for a way to
>>> imitate the cvs behavior when checking out folders.
SVN has a pristine copy of the checked-out files along with the working copy.
When you issue a commit, SVN compares the pristine and the local files and
_only_ sends the diffs. So the presence of any file doesn't automatically mean
that it will be visible in the commit _unless_ it changes ever