RE: Windows 8 Tortoise SVN --- missing green check marks

2014-10-13 Thread John Maher

This is a svn mailing list, not a tortoise list.  What is the difference?

Svn is the product.  Works great, has an 1980's era  interface.  Cumbersome to 
use.  Has great support and a manual.
Tortoise is a wrapper for svn.  It is a modern interface that does not keep up 
with the operating systems it runs on nor does it allow all the capabilities of 
svn.

Tortoise doesn't display the check marks on windows 7 either.  Tortoise is a 
great concept, providing  a modern interface for a powerful tool, however, it 
is not being kept up to date as it should.

You have two choices:

1)  Use svn "as-is" and gets all its power but be ready to do a lot of 
typing.

2)  Use tortoise and get a modern interface that is lacking.

JM
From: Hossein Miri [mailto:hm...@me.com]
Sent: Saturday, October 11, 2014 12:17 PM
To: users@subversion.apache.org
Subject: Windows 8 Tortoise SVN --- missing green check marks

Hello,

I am new to using SVN for sw-dev, so if I am doing something silly or posting 
in the wrong place, please say so kindly...

I have just installed Tortoise SVN on a Windows 8 machine, to be used for Unity 
and Oculus development.

I checked out the SVN of the company I have just joined into a local folder on 
my PC to work on.

I understand every file/directory in a working copy should have a green check 
mark in its bottom left corner, indicating that it is unchanged from the 
version in the repository.

But none of my checked out files/folders in my working copy directory has that. 
Is it normal in Win 8 or have I done something wrong here?

Thank you,












Re: Windows 8 Tortoise SVN --- missing green check marks

2014-10-13 Thread Andreas Stieger



> On 13 Oct 2014, at 14:09, John Maher  wrote:
>  
> [TortoiseSVN] is a modern interface that does not keep up with the operating 
> systems it runs on nor does it allow all the capabilities of svn.
>  
> Tortoise doesn’t display the check marks on windows 7 either.

A rather generic and (in that broadness incorrect) statement.

Andreas


Re: Windows 8 Tortoise SVN --- missing green check marks

2014-10-13 Thread Dave Huang

On Oct 13, 2014, at 8:09, John Maher  wrote:
> Tortoise doesn’t display the check marks on windows 7 either.  Tortoise is a 
> great concept, providing  a modern interface for a powerful tool, however, it 
> is not being kept up to date as it should.

FYI, it displays the status overlays on Windows 7, 8, and 8.1--I use TSVN on 
Win8.1 daily and have the check marks, etc... The TSVN documentation even shows 
them on Windows 7; I'm pretty sure figure 4.12 at 
http://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-dug-wcstatus.html is 
from Windows 7, and Figure 4.13 is definitely Windows 7.

As others have mentioned, if you're having problems with the overlays not 
showing, ask the TortoiseSVN mailing list. And check this FAQ item too: 
http://tortoisesvn.net/faq.html#ovlnotshowing

-- 
Name: Dave Huang |  Mammal, mammal / their names are called /
INet: k...@azeotrope.org |  they raise a paw / the bat, the cat /
FurryMUCK: Dahan |  dolphin and dog / koala bear and hog -- TMBG
Dahan: Hani G Y+C 38 Y++ L+++ W- C++ T++ A+ E+ S++ V++ F- Q+++ P+ B+ PA+ PL++



RE: Windows 8 Tortoise SVN --- missing green check marks

2014-10-13 Thread John Maher
Hi Dave

What version of tsvn are you using.  Perhaps I have an older version?

-Original Message-
From: Dave Huang [mailto:k...@azeotrope.org] 
Sent: Monday, October 13, 2014 11:14 AM
To: John Maher
Cc: Hossein Miri; users@subversion.apache.org
Subject: Re: Windows 8 Tortoise SVN --- missing green check marks


On Oct 13, 2014, at 8:09, John Maher  wrote:
> Tortoise doesn't display the check marks on windows 7 either.  Tortoise is a 
> great concept, providing  a modern interface for a powerful tool, however, it 
> is not being kept up to date as it should.

FYI, it displays the status overlays on Windows 7, 8, and 8.1--I use TSVN on 
Win8.1 daily and have the check marks, etc... The TSVN documentation even shows 
them on Windows 7; I'm pretty sure figure 4.12 at 
http://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-dug-wcstatus.html is 
from Windows 7, and Figure 4.13 is definitely Windows 7.

As others have mentioned, if you're having problems with the overlays not 
showing, ask the TortoiseSVN mailing list. And check this FAQ item too: 
http://tortoisesvn.net/faq.html#ovlnotshowing

-- 
Name: Dave Huang |  Mammal, mammal / their names are called /
INet: k...@azeotrope.org |  they raise a paw / the bat, the cat /
FurryMUCK: Dahan |  dolphin and dog / koala bear and hog -- TMBG
Dahan: Hani G Y+C 38 Y++ L+++ W- C++ T++ A+ E+ S++ V++ F- Q+++ P+ B+ PA+ PL++




Re: Windows 8 Tortoise SVN --- missing green check marks

2014-10-13 Thread Dave Huang

On Oct 13, 2014, at 10:26, John Maher  wrote:

> Hi Dave
> 
> What version of tsvn are you using.  Perhaps I have an older version?

The current one, TortoiseSVN 1.8.8 (64-bit).



RE: Windows 8 Tortoise SVN --- missing green check marks

2014-10-13 Thread JT.Miller
Go to Settings > Icon Overlays, and under the Drive Types grouping,
check everything. You might have to reboot, although IIRC a simple F5
refresh usually does the trick. 

-Original Message-
From: Dave Huang [mailto:k...@azeotrope.org] 
Sent: Monday, October 13, 2014 10:31 AM
To: John Maher
Cc: Hossein Miri; users@subversion.apache.org
Subject: Re: Windows 8 Tortoise SVN --- missing green check marks


On Oct 13, 2014, at 10:26, John Maher  wrote:

> Hi Dave
> 
> What version of tsvn are you using.  Perhaps I have an older version?

The current one, TortoiseSVN 1.8.8 (64-bit).



Re: Change prevprops in pre-commit

2014-10-13 Thread Philip Martin
Philip Martin  writes:

> Sergey Azarkevich  writes:
>
>> I see in pre-commit hook template that changing revisions properties in
>> transaction are allowed.
>> But I can't find way for it (I want change svn:author to more readable).
>>
>> Is here way for this with svn, svnadmin, svnlook ... or other standard
>> tool? Or I should use Subversion API and write simple tool?
>
> I think we should provide command line support for setting txnprops.
> The code is simple enough, the iterface is a bit harder.

trunk now supports setting and deleting txnprops much like it supports
revprops:

  svnadmin setrevprop -t TXN REPOS NAME FILE

and

  svnadmin delrevprop -t TXN REPOS NAME

-- 
Philip


Re: svn: E200030: sqlite: Expected database row missing

2014-10-13 Thread Alexey Neyman
Any ideas on what may have caused this error, and what info can be 
obtained from the WC?


On 10/09/2014 03:48 PM, Alexey Neyman wrote:
Was using svn 1.8.10, CentOS 6.5, Subversion RPM installed from 
opensource.wandisco.com.


During 'svn switch', the following error pops up:

svn: E200030: sqlite: Expected database row missing

What I was doing:

- checked out a project from /trunk
- did some local changes
- copied WC to a branch
- attempted to switch to the branch

If I repeat the 'svn switch ^/branches/mybranch' command, the first 
time switch proceeded a bit further - but later yields the same error. 
Subsequent runs yield this error immediately.
I cannot reproduce this by repeating the 'checkout-modify-copy-switch' 
sequence, but I am keeping this working copy in case some information 
can be gleaned from it.


Any ideas what may be wrong?


Regards,
Alexey.


Re: svn: E200030: sqlite: Expected database row missing

2014-10-13 Thread Andreas Stieger
Hello,

On 09/10/14 23:48, Alexey Neyman wrote:
> What I was doing:
> 
> - checked out a project from /trunk
> - did some local changes
> - copied WC to a branch
> - attempted to switch to the branch

What exactly does "copied WC to a branch" mean in terms of svn or file
system operations?

Andreas


Re: svn: E200030: sqlite: Expected database row missing

2014-10-13 Thread Alexey Neyman


On 10/13/2014 04:08 PM, Andreas Stieger wrote:

Hello,

On 09/10/14 23:48, Alexey Neyman wrote:

What I was doing:

- checked out a project from /trunk
- did some local changes
- copied WC to a branch
- attempted to switch to the branch

What exactly does "copied WC to a branch" mean in terms of svn or file
system operations?
It means exactly that, copying from a WC to a new directory in the 
repository:


$ svn cp . ^/engr/aneyman/mybranch

Regards,
Alexey.



Re: overriding .subversion/config[helpers] on the command line

2014-10-13 Thread Perry Hutchison
Stefan Sperling  wrote:
> On Fri, Oct 10, 2014 at 10:27:46AM +0200, Stefan Sperling wrote:
> > On Fri, Oct 10, 2014 at 12:53:16AM -0700, Perry Hutchison wrote:
> > > ...
> > > It appears that I can override the diff3-cmd setting by adding
> > > --diff3-cmd=/bin/false to the command, but when I try to do the
> > > same thing to merge-tool-cmd (by adding --merge-tool-cmd=/bin/false)
> > > I get an error message:
> > > 
> > >   svn: invalid option: --merge-tool-cmd=/bin/false
> > > 
> > > How do I go about overriding the merge-tool-cmd setting on the svn
> > > command line?
> > > 
> > > svn version 1.6.17 (r1128011) on Ubuntu 12.04, in case it matters.
> > > 
> > > Please Cc.
> > 
> > Try --config-option:config:global:merge-tool-cmd=/bin/false
>
> Sorry, got the section name wrong:
>   --config-option:config:helpers:merge-tool-cmd=/bin/false

I wonder if that option may be new in 1.7 -- it doesn't seem to be
recognized in 1.6.17:

 svn: invalid option: --config-option:config:helpers:merge-tool-cmd=/bin/false