On Fri, 08 Jul 2011, Konstantin Kolinko wrote:
Another possibility: I think it is possible to effectively
truncate the repository by removing some files + running
svnadmin recover. Just theory - I have not tried it. I
wish there were official command (or instruction) how to
truncate a reposi
Tony Butt wrote on Fri, Jul 08, 2011 at 13:56:07 +1000:
> On Fri, 2011-07-08 at 03:58 +0300, Daniel Shahaf wrote:
> > Tony Butt wrote on Fri, Jul 08, 2011 at 10:41:43 +1000:
> > > On Fri, 2011-07-08 at 02:59 +0300, Daniel Shahaf wrote:
> > > > This doesn't address memcached directly, but there has
Hello,
I know that Subversion has a configuration feature named "use-commit-times"
that allows setting files modification dates and times to the one of their
committed time.
But as far as I know, this kind of configuration feature works only on
system wide basis.
I would like to know if th
On Thu, 2011-07-07 at 17:31 -0700, Geoff Hoffman wrote:
Tony -
Strange results to be sure. You probably thought of all this, but...
Did you check Memcached is working correctly without Subversion?
Did you check the results of checking out or updating the 2
On Fri, 2011-07-08 at 03:58 +0300, Daniel Shahaf wrote:
> Tony Butt wrote on Fri, Jul 08, 2011 at 10:41:43 +1000:
> > On Fri, 2011-07-08 at 02:59 +0300, Daniel Shahaf wrote:
> > > This doesn't address memcached directly, but there has been a /lot/ of
> > > work on server-side optimization and cachi
On Thu, 2011-07-07 at 17:31 -0700, Geoff Hoffman wrote:
Tony -
Strange results to be sure. You probably thought of all this, but...
Did you check Memcached is working correctly without Subversion?
It seems to be - reviewboard works OK, and running memcache
2011/7/8 BRAGA, Bruno :
> On Thu, Jul 7, 2011 at 11:26 PM, Konstantin Kolinko
>> 2011/7/7 BRAGA, Bruno :
>> >(...)
>> >
>> > So, I was wondering if there is any way to set the locale of the SVN
>> > client
>> > in a server, to ensure it will always checkout using a certain locale
>> > (of
>> > cou
On Thu, Jul 7, 2011 at 11:26 PM, Konstantin Kolinko
wrote:
> 2011/7/7 BRAGA, Bruno :
> > Hi,
> >
> > I would like to ask about the locale handling in Subversion. I apologize
> if
> > this has been discussed here before, but I did not find any relevant
> > references that address the same issue.
>
2011/7/8 michael mac :
> Hi,
>
> During my svnsnyc process to mirror a repository I received the following
> error "Problem replaying revision [500, #190004]" I was able to track down
> the revision in question which is 417811. After talking to the developer
> that made the commit I found there wa
Hi,
During my svnsnyc process to mirror a repository I received the following
error "Problem replaying revision [500, #190004]" I was able to track down
the revision in question which is 417811. After talking to the developer
that made the commit I found there was a problem with one of the filena
On Fri, 2011-07-08 at 02:59 +0300, Daniel Shahaf wrote:
> This doesn't address memcached directly, but there has been a /lot/ of
> work on server-side optimization and caching in 1.7 (also for
> non-memcached-backed caches).
>
> http://subversion.apache.org/docs/release-notes/1.7#server-performanc
On Thu, Jul 7, 2011 at 21:42, Nico Kadel-Garcia wrote:
> On Thu, Jul 7, 2011 at 7:02 AM, Andy Levy wrote:
>> On Thu, Jul 7, 2011 at 06:58, zhiwei chen wrote:
>>> I create two files, README and readme in Linux,then commit to svn server.
>>> But when I checkout in windows from svn server,you can i
On Thu, Jul 7, 2011 at 7:02 AM, Andy Levy wrote:
> On Thu, Jul 7, 2011 at 06:58, zhiwei chen wrote:
>> I create two files, README and readme in Linux,then commit to svn server.
>> But when I checkout in windows from svn server,you can imagine what will
>> happened.
>
> Windows complains that the
Tony Butt wrote on Fri, Jul 08, 2011 at 10:41:43 +1000:
> On Fri, 2011-07-08 at 02:59 +0300, Daniel Shahaf wrote:
> > This doesn't address memcached directly, but there has been a /lot/ of
> > work on server-side optimization and caching in 1.7 (also for
> > non-memcached-backed caches).
> >
> > h
Tony -
Strange results to be sure. You probably thought of all this, but...
Did you check Memcached is working correctly without Subversion?
Did you check the results of checking out or updating the 2nd or 3rd time?
In other words, it may take longer the first time because every object in
the repo
This doesn't address memcached directly, but there has been a /lot/ of
work on server-side optimization and caching in 1.7 (also for
non-memcached-backed caches).
http://subversion.apache.org/docs/release-notes/1.7#server-performance-tuning
You might want to take 1.7.0-alpha3 for a spin...
Tony
On Thu, Jul 7, 2011 at 4:14 AM, Vitus Piroutz wrote:
> Just to file my frustration (to whom it may concern):
>
> As posted yesterday as a comment for issue # 2464 "Canonicalize / stringprep
> UTF-8 filenames to handle composed / decomposed differences shown by e.g. Mac
> OS X HFS+".
> [Reminder:
On Thu, Jul 07, 2011 at 11:14:13AM +0200, Vitus Piroutz wrote:
> > "I do understand your frustration, believe me. We have had a number of
> > complaints regarding this matter but the responsibility for fixing this
> > does lie squarely with CollabNet et al, and I know that they have received
> >
Please don't send HTML-formatted mail.
On Thu, Jul 7, 2011 at 12:57, K F wrote:
>
> I’ve been searching and can’t seem to find an answer on whether I can move
> some directories from one repository to another while keeping the history.
>
>
>
> Repo1/tags/tag1
>
>
>
> and move tag1 to Repo2
>
On 7/7/2011 11:57 AM, K F wrote:
I’ve been searching and can’t seem to find an answer on whether I can
move some directories from one repository to another while keeping the
history.
Repo1/tags/*tag1*
and move tag1 to Repo2
Repo2/tags/*tag1*
Is it possible?
You'd have to move all of the di
I’ve been searching and can’t seem to find an answer on whether
I can move some directories from one repository to another while keeping the
history.
Repo1/tags/tag1
and move tag1 to Repo2
Repo2/tags/tag1
Is it possible?
Thanks,
Rich
2011/7/7 BRAGA, Bruno :
> Hi,
>
> I would like to ask about the locale handling in Subversion. I apologize if
> this has been discussed here before, but I did not find any relevant
> references that address the same issue.
>
> Basically, we are having issues with our software deployment procedures
On Thu, 07 Jul 2011 11:14:13 +, Vitus Piroutz wrote:
...
> PS.: i think i have to try Git next.
As of git 1.7.2 you won't get lucky. From a software point of view MacOS
behaves seriously annoying here. (For git it even has consequences for
the way the checksums are computed.) A stat on the com
Hi,
Von: Vitus Piroutz [mailto:vitus.piro...@seeyou.at]
> Some replies from the support of my GUI-Tool (Cornerstone, as it stands
> now wasted money):
>
> > "I do understand your frustration, believe me. We have had a number of
> complaints regarding this matter but the responsibility for fixing
Just to file my frustration (to whom it may concern):
As posted yesterday as a comment for issue # 2464 "Canonicalize / stringprep
UTF-8 filenames to handle composed / decomposed differences shown by e.g. Mac
OS X HFS+".
[Reminder: this BUG was originally filed on 2005-12-03 (currently is P2,
u
Hi,
I would like to ask about the locale handling in Subversion. I apologize if
this has been discussed here before, but I did not find any relevant
references that address the same issue.
Basically, we are having issues with our software deployment procedures
because the checkout also fills the
On Thu, Jul 7, 2011 at 06:58, zhiwei chen wrote:
> I create two files, README and readme in Linux,then commit to svn server.
> But when I checkout in windows from svn server,you can imagine what will
> happened.
Windows complains that the file already exists when attempting the
second file and th
I create two files, README and readme in Linux,then commit to svn server.
But when I checkout in windows from svn server,you can imagine what will
happened.
PS: Where can I download the newest mod_dav_svn.so ?(and mod_auth_mysql.so)
I use centos x86_64, I need both i386 and x86_64 arch of mod_dav_
I create two files, README and readme in Linux,then commit to svn server.
But when I checkout in windows from svn server,you can imagine what will
happened.
PS: Where can I download the newest mod_dav_svn.so ?(and mod_auth_mysql.so)
I use centos x86_64, I need both i386 and x86_64 arch of mod_dav_
29 matches
Mail list logo