perience.
allie
On 11/9/2012 3:14 PM, Alexander Shenkin wrote:
> Hello Folks,
>
> I was getting an error while trying to checkout a directory, and some
> investigation with VisualSVN's server manager turned up an error in a
> couple of files ("Corrupt node-revision '5
Hello Folks,
I was getting an error while trying to checkout a directory, and some
investigation with VisualSVN's server manager turned up an error in a
couple of files ("Corrupt node-revision '5-2893.0.r2893/0' Missing id
field in node-rev").
I then ran svnadmin verify, and got the following:
thanks all for your helpful replies.
On 1/30/2012 1:13 PM, Ryan Schmidt wrote:
> On Jan 30, 2012, at 10:06, Alexander Shenkin wrote:
>
>> I've used an import script to import two bunches of files in the same
>> repository. This import script sets the commit time of
Hi Folks,
I've used an import script to import two bunches of files in the same
repository. This import script sets the commit time of each file
(svn:date property) to the original modified-time of the file. So, when
I added the second batch of files, the dates associated with the
revision numbe
hmidt wrote:
> On Jan 25, 2012, at 14:07, Alexander Shenkin wrote:
>
>> What I *thought* this was supposed to accomplish was that, if you were
>> to checkout a new working version of the repository (and if you had
>> TortoiseSVN "set file dates to the 'last commit ti
rn if $File::Find::name =~ m{/.svn}; # don't add svn directories
$files{$File::Find::name} = (stat($File::Find::name))->mtime; # add
file to hash
}
sub svntime {
my ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = gmtime(@_[0]);
return sprintf
"%4d-%02d-%02dT%02d:%02d
! Unfortunately, I don't see it in the plans for version 1.8,
even though it was "1.8-consider" in the tigris bug tracker...
alex
On 1/25/2012 11:00 AM, Giulio Troccoli wrote:
>
>
> On 25/01/12 15:09, Alexander Shenkin wrote:
>> Hello,
>>
>> I'm using the
Hello,
I'm using the svn import script by Oliver Betz to retain file mtime upon
initial import (http://svn.haxx.se/users/archive-2006-10/1345.shtml),
but i'm getting some errors. I'm hoping someone might be able to help
me out.
when i run the script, i get the following error:
$ perl import