RE: Help needed with a unique type of branch creation

2020-03-04 Thread Mun Johl
an Sperling > Cc: users@subversion.apache.org > Subject: RE: Help needed with a unique type of branch creation > > Hi all, > > I just thought I'd mention that I have now also tried the following variant > which still branched the HEAD instead of revision 1: > >

RE: Help needed with a unique type of branch creation

2020-03-04 Thread Mun Johl
Hi all, I just thought I'd mention that I have now also tried the following variant which still branched the HEAD instead of revision 1: $ svn copy -r 1 svn://domain.com/trunk svn://domain.com/branches/temp Regards, -- Mun > Hi Stefan, > > Thank you very much for your reply. > Pleas

RE: Help needed with a unique type of branch creation

2020-03-04 Thread Mun Johl
Hi Stefan, Thank you very much for your reply. Please see my comments below. > On Wed, Mar 04, 2020 at 04:45:45AM +, Mun Johl wrote: > > Hi all, > > > > Off of trunk in our repo are various directories. I am trying to branch a > specific revision of two of the directories and am not being su

Re: Help needed with a unique type of branch creation

2020-03-04 Thread Stefan Sperling
On Wed, Mar 04, 2020 at 04:45:45AM +, Mun Johl wrote: > Hi all, > > Off of trunk in our repo are various directories. I am trying to branch a > specific revision of two of the directories and am not being successful ... > the branch is always off of the HEAD revision. Here's one attempt: >

Help needed with a unique type of branch creation

2020-03-03 Thread Mun Johl
Hi all, Off of trunk in our repo are various directories. I am trying to branch a specific revision of two of the directories and am not being successful ... the branch is always off of the HEAD revision. Here's one attempt: $ svn mkdir ^/branches/temp $ svn copy -r 1 svn://domain.com/tru

RE: Tortoise Subversion Exception, Help Needed

2015-04-22 Thread Shahbaz Akhter
: Bert Huijben [mailto:b...@qqmail.nl] Sent: Wednesday, April 22, 2015 2:03 PM To: Shahbaz Akhter; users@subversion.apache.org Subject: RE: Tortoise Subversion Exception, Help Needed Hi, This tells us that somehow your working copy has some invalid state stored. This specific error

RE: Tortoise Subversion Exception, Help Needed

2015-04-22 Thread Bert Huijben
years. Bert From: Shahbaz Akhter [mailto:shahbaz.akh...@spanservices.com] Sent: woensdag 22 april 2015 09:14 To: users@subversion.apache.org Subject: Tortoise Subversion Exception, Help Needed Hello Users, Please look into below issues I got during clean up ,Suddenly I ran into is this.

Tortoise Subversion Exception, Help Needed

2015-04-22 Thread Shahbaz Akhter
Hello Users, Please look into below issues I got during clean up ,Suddenly I ran into is this. I was doing clean up and I got below issue. [cid:image001.png@01D07CF9.C18FEBC0] Looking forward for your reply Regards, Shahbaz Akhter DISCLAIMER: This email message and all attachments are confiden

Re: Help needed

2013-01-29 Thread Stefan Sperling
On Tue, Jan 29, 2013 at 11:08:28AM +, Devi Nair wrote: > Hi, > Attaching the svn-crash Log file. Please help to solve the issue. > Exception: ACCESS_VIOLATION > Stacktrace: > #1 0x7fef1637847 in svn_auth_get_username_prompt_provider() This issue was fixed in 1.7.8. Please upgrade. Only 1.

Re: Help needed

2013-01-29 Thread Johan Corveleyn
This issue was fixed in subversion 1.7.8: * fix crash with --username option on Windows (r1396285) -- Johan On Tue, Jan 29, 2013 at 12:08 PM, Devi Nair wrote: > Hi, > > Attaching the svn-crash Log file. Please help to solve the issue. > > > > Thanks, > > Devi Nair

Help needed

2013-01-29 Thread Devi Nair
Hi, Attaching the svn-crash Log file. Please help to solve the issue. Thanks, Devi Nair DISCLAIMER This Communication is Private & Confidential. This message and any attachments may contain information that is privileged and / or confidential and is the proper

RE: Help needed: 'History scheduled with commit'

2012-10-10 Thread Bert Huijben
> -Original Message- > From: Daniel Shahaf [mailto:d...@daniel.shahaf.name] > Sent: woensdag 10 oktober 2012 03:49 > To: David Aldrich > Cc: 'users@subversion.apache.org' (users@subversion.apache.org) > Subject: Re: Help needed: 'History scheduled with

Re: Help needed: 'History scheduled with commit'

2012-10-09 Thread Daniel Shahaf
That's 1.7, isn't it? Have you tried just committing? If you commit using the cmdline client you'll get a second list of files in the editor window, and even if you don't you can always revert the commit (via reverse merge) or test by committing the merge to a newly-created temporary branch. Dav

Help needed: 'History scheduled with commit'

2012-10-09 Thread David Aldrich
Hi We have just merged a branch into the trunk (reintegration), but have not committed the merge because some files are marked as 'History scheduled with commit'. We don't know what to do about these. A new folder was added to the branch. That folder is marked 'Added' in the merge, but the f

Re: Pre commit hook script help needed

2011-12-13 Thread Ryan Schmidt
Remember to Reply All so the conversation stays on the mailing list. On Dec 13, 2011, at 01:38, Amitakhya Phukan wrote: > On Tue, Dec 13, 2011 at 2:22 AM, Ryan Schmidt wrote: >> If you're using something like bash to write your post-commit hook script, >> you'll be running "svnlook changed" to s

Re: Pre commit hook script help needed

2011-12-12 Thread Ryan Schmidt
On Dec 12, 2011, at 05:19, Amitakhya Phukan wrote: > I have this issue with me. I have a SVN structure foo like this : > > Foo > | > | > |_ Docs > | > | > | > |__ Bar > > > Now there is a pre-commit hook that checks for some conditions before > allowing commits into Foo. Howe

Pre commit hook script help needed

2011-12-12 Thread Amitakhya Phukan
Hello all, I have this issue with me. I have a SVN structure foo like this : Foo | | |_ Docs | | | |__ Bar Now there is a pre-commit hook that checks for some conditions before allowing commits into Foo. However, I want to exclude Docs folder/file from this checking exercise. I

RE: Help Needed regarding svn master-slave configuration

2011-08-11 Thread Sharma, Gaurav
ou to find some solution to my problem. Thanks Gaurav -Original Message- From: Nico Kadel-Garcia [mailto:nka...@gmail.com] Sent: Thursday, August 11, 2011 12:35 AM To: users@subversion.apache.org Subject: Re: Help Needed regarding svn master-slave configuration On Wed, Aug 10, 2011 at 8

RE: Help Needed regarding svn master-slave configuration

2011-08-10 Thread Sharma, Gaurav
ou to find some solution to my problem. Thanks Gaurav -Original Message- From: Nico Kadel-Garcia [mailto:nka...@gmail.com] Sent: Thursday, August 11, 2011 12:35 AM To: users@subversion.apache.org Subject: Re: Help Needed regarding svn master-slave configuration On Wed, Aug 10, 2011 at 8

Re: Help Needed regarding svn master-slave configuration

2011-08-10 Thread Nico Kadel-Garcia
On Wed, Aug 10, 2011 at 8:04 AM, Ulrich Eckhardt wrote: > On Wednesday 10 August 2011, Nico Kadel-Garcia wrote: >> On Wed, Aug 10, 2011 at 3:40 AM, Ulrich Eckhardt >> wrote: > [..] >> > 3. connect the repositories >> > This involves creating a post-commit hook that svnsyncs the changes to >> > th

Re: Help Needed regarding svn master-slave configuration

2011-08-10 Thread Ulrich Eckhardt
On Wednesday 10 August 2011, Nico Kadel-Garcia wrote: > On Wed, Aug 10, 2011 at 3:40 AM, Ulrich Eckhardt > wrote: [..] > > 3. connect the repositories > > This involves creating a post-commit hook that svnsyncs the changes to > > the secondary repository and one for the rev-prop changes, but you s

Re: Help Needed regarding svn master-slave configuration

2011-08-10 Thread Nico Kadel-Garcia
On Wed, Aug 10, 2011 at 3:40 AM, Ulrich Eckhardt wrote: > On Wednesday 10 August 2011, Sharma, Gaurav wrote: >> I have a task in hand to setup a master-slave svn repository configuration >> so that master will synchronize its repositories with slave. I searched a >> lot on web and found many links

Re: Help Needed regarding svn master-slave configuration

2011-08-10 Thread Ulrich Eckhardt
On Wednesday 10 August 2011, Sharma, Gaurav wrote: > I have a task in hand to setup a master-slave svn repository configuration > so that master will synchronize its repositories with slave. I searched a > lot on web and found many links telling about how to set it up. Following > those links I sta

Help Needed regarding svn master-slave configuration--resending i think its not delivered

2011-08-09 Thread Sharma, Gaurav
Hi All, I have a task in hand to setup a master-slave svn repository configuration so that master will synchronize its repositories with slave. I searched a lot on web and found many links telling about how to set it up. Following those links I started using "svnsync" for this purpose. But some

Help Needed regarding svn master-slave configuration

2011-08-09 Thread Sharma, Gaurav
Hi All, I have a task in hand to setup a master-slave svn repository configuration so that master will synchronize its repositories with slave. I searched a lot on web and found many links telling about how to set it up. Following those links I started using "svnsync" for this purpose. But some

Re: Help needed on how to use this list

2010-07-07 Thread Lorenz
andy corpes wrote: >I am having trouble figuring out how to use this list, it appears to be like >no other i use. Hopefully i am >just looking in the wrong places. > >Obviously I can post questions, but is there anyway that i can get a copy of >all posts to be directed to my inbox? >At the moment t

RE: Help needed on how to use this list

2010-07-07 Thread Cooke, Mark
> > > > Help would be much appreciated as i am stuck trying to > build svn on zOS. > > -Original Message- > From: Nico Kadel-Garcia [mailto:nka...@gmail.com] > Sent: 07 July 2010 11:44 > To: andy corpes > Cc: users@subversion.apache.org > Subject: Re: He

Re: Help needed on how to use this list

2010-07-07 Thread Nico Kadel-Garcia
On Wed, Jul 7, 2010 at 6:39 AM, andy corpes wrote: > Hi List, > > I am having trouble figuring out how to use this list, it appears to be like > no other i use. Hopefully i am > just looking in the wrong places. > > Obviously I can post questions, but is there anyway that i can get a copy of > all

Help needed on how to use this list

2010-07-07 Thread andy corpes
Hi List, I am having trouble figuring out how to use this list, it appears to be like no other i use. Hopefully i am just looking in the wrong places. Obviously I can post questions, but is there anyway that i can get a copy of all posts to be directed to my inbox? At the moment the only way i ha