RE: global ignores

2014-09-08 Thread John Maher
Thanks Mark, that did it. JM From: Mark Phippard [mailto:markp...@gmail.com] Sent: Monday, September 08, 2014 1:18 PM To: John Maher; users@subversion.apache.org Subject: Re: global ignores Please keep users@ involved. On Mon, Sep 8, 2014 at 1:07 PM, John Maher mailto:jo...@rotair.com>> wrote:

Re: global ignores

2014-09-08 Thread Mark Phippard
Please keep users@ involved. On Mon, Sep 8, 2014 at 1:07 PM, John Maher wrote: > Thanks Mark. Could you be a little more specific? Like look at what > and where. I’ve been looking at all kinds of stuff and reading many, many > posts but nothing is clear. > I do not have any specific suggest

Re: global ignores

2014-09-08 Thread Mark Phippard
On Mon, Sep 8, 2014 at 12:47 PM, John Maher wrote: > Thanks for the reply Mark. For the new project they became versioned, > but not the projects prior to that. They all show up with the status > command with a ? in front except the two from the latest project. Before I > remove the two offen

Re: global ignores

2014-09-08 Thread Mark Phippard
On Mon, Sep 8, 2014 at 12:37 PM, John Maher wrote: > Hello > > > > I am trying to get subversion to ignore certain files and directories on a > windows system. I am using a windows 7 machine with a 1.7 subversion > client. My repository has about 40 projects in it and I want to ignore bin > an

global ignores

2014-09-08 Thread John Maher
Hello I am trying to get subversion to ignore certain files and directories on a windows system. I am using a windows 7 machine with a 1.7 subversion client. My repository has about 40 projects in it and I want to ignore bin and obj directories along with *.sou and *.user files. I seemed lik

Re: Change prevprops in pre-commit

2014-09-08 Thread Philip Martin
"C. Michael Pilato" writes: > Why not just 'svnadmin setrevprop -t txn' ? New option, but not a new > subcommand. I don't think it all that important to distinguish between > "transaction props" and "revision props" once we get outside our API > space and into user command space. Our users und

Re: http://svnbook.red-bean.com/ site

2014-09-08 Thread Mark Phippard
I see this problem too. I use the Google DNS servers. Weird how there is a joker.com banner on the page as well. Mark > On Sep 8, 2014, at 11:57 AM, jbl...@icloud.com wrote: > >> On Sep 8, 2014, at 8:49 AM, Peter Hitchman wrote: >> >> Hi, >> http://svnbook.red-bean.com/ is no longer working.

Re: http://svnbook.red-bean.com/ site

2014-09-08 Thread jblist
On Sep 8, 2014, at 8:49 AM, Peter Hitchman wrote: > Hi, > http://svnbook.red-bean.com/ is no longer working. > It says "This domain is pending WHOIS verification." > > Is this something easy to fix? > > Regards > Pete It's fine in my part of the Internet. Maybe your ISP didn't pay their elect

http://svnbook.red-bean.com/ site

2014-09-08 Thread Peter Hitchman
Hi, http://svnbook.red-bean.com/ is no longer working. It says "This domain is pending WHOIS verification." Is this something easy to fix? Regards Pete

Assertion failed while updating a working copy

2014-09-08 Thread Colin Campbell
Hi, I looked at the mail archives and found the same issue posted a handful of times, but couldn't find a resolution. I tripped the Assert pasted below from TortoiseSVN 1.8.7 while I was updating my working copy. There were tree conflicts with the update (I had renamed a folder and modified so

Re: Change prevprops in pre-commit

2014-09-08 Thread C. Michael Pilato
On 09/08/2014 09:26 AM, Philip Martin wrote: > 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, svnadmi

Re: Change prevprops in pre-commit

2014-09-08 Thread Julian Foad
Philip Martin wrote: > 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

Re: Change prevprops in pre-commit

2014-09-08 Thread Kim Gräsman
On Mon, Sep 8, 2014 at 3:26 PM, Philip Martin wrote: > > I think we should provide command line support for setting txnprops. > The code is simple enough, the iterface is a bit harder. There was was > some debate on IRC as to whether it should be > >svnlook propset -t txn > > or > >svnadm

Re: Change prevprops in pre-commit

2014-09-08 Thread Philip Martin
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

Re: Change prevprops in pre-commit

2014-09-08 Thread Andreas Stieger
> On 8 Sep 2014, at 08:20, Sergey Azarkevich wrote: > > Hello, > > 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, svnloo

Change prevprops in pre-commit

2014-09-08 Thread Sergey Azarkevich
Hello, 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 si