Subversion Exception!

2012-03-14 Thread Earl, Michael
I've searched the archives and this has been reported back as far as 1.7.3 that I could see. I couldn't see that it was reported against 1.7.6 yet. I deleted my entire tree below the root and got the same error again. Just doing an update on Windows 7 64 bit OS. The repository is approximate

Re: Feature request - SVN command to clean a working copy of all unversioned and ignored files and directories

2012-03-14 Thread Nico Kadel-Garcia
On Wed, Mar 14, 2012 at 9:00 PM, Les Mikesell wrote: > On Wed, Mar 14, 2012 at 7:29 PM, Nico Kadel-Garcia > wrote: > > On Wed, Mar 14, 2012 at 9:33 AM, Qazwart wrote: > >> > >> What if you deliver your source code *outside* of your revision control > >> system? This is quite common for open sou

Re: Feature request - SVN command to clean a working copy of all unversioned and ignored files and directories

2012-03-14 Thread Les Mikesell
On Wed, Mar 14, 2012 at 7:29 PM, Nico Kadel-Garcia wrote: > On Wed, Mar 14, 2012 at 9:33 AM, Qazwart wrote: >> >> What if you deliver your source code *outside* of your revision control >> system? This is quite common for open source projects. If I can't trust the >> build process to do a clean,

Re: SVN as DMS

2012-03-14 Thread Andy Levy
On Wed, Mar 14, 2012 at 16:31, Thorsten Schöning wrote: > Guten Tag Laura Mohiuddin, > am Mittwoch, 14. März 2012 um 17:32 schrieben Sie: > >> My company IBCS-PRIMAX Software (BD) Ltd. (http://www.ibcs-primax.com) is >> looking to install a Document Management System for the organization. I >> sug

Re: svn via ssh to server (not local)

2012-03-14 Thread Nico Kadel-Garcia
On Wed, Mar 14, 2012 at 10:13 AM, Ulrich Eckhardt < ulrich.eckha...@dominolaser.com> wrote: > Am 13.03.2012 11:14, schrieb Ruslan QuAzI: > > How can I use via SSH something like this svn co >> svn+ssh://svn.mainhost.org:**8890/project/trunkI >> need so

Re: Feature request - SVN command to clean a working copy of all unversioned and ignored files and directories

2012-03-14 Thread Nico Kadel-Garcia
On Wed, Mar 14, 2012 at 9:33 AM, Qazwart wrote: > What if you deliver your source code *outside* of your revision control > system? This is quite common for open source projects. If I can't trust the > build process to do a clean, I'm in trouble. > > What if you don't use a build process? Just to

Re: predecessor count for the root node-revision is wrong message

2012-03-14 Thread Daniel Shahaf
subu7890 wrote on Tue, Mar 13, 2012 at 21:51:17 -0700: > Hey Jason, > I'm also facing a similar problem.I'm working on a project > where the svn implementation is on the server side.Since svn > merge(reintegration only required for my project) reqiures a local working > copy, I m

Re: predecessor count for the root node-revision is wrong message

2012-03-14 Thread Daniel Shahaf
Jason Wong wrote on Tue, Mar 13, 2012 at 06:57:59 -0700: > On Fri, Mar 2, 2012 at 8:12 AM, Daniel Shahaf wrote: > > Jason Wong wrote on Fri, Mar 02, 2012 at 07:32:38 -0800: > >> On Fri, Mar 2, 2012 at 2:58 AM, Daniel Shahaf wrote: > >> > Jason Wong wrote on Thu, Mar 01, 2012 at 10:01:26 -0800: >

Re: Cannot accept non-LF line endings in 'svn:ignore' property

2012-03-14 Thread Daniel Shahaf
Andreas Krey wrote on Wed, Mar 14, 2012 at 15:33:35 +0100: > Hi, > > the full glory: > > svn: E175008: Commit failed (details follow): > svn: E175008: At least one property change failed; repository is unchanged > svn: E175002: Error setting property 'ignore': > Cannot accept non-LF line

Re: SVN as DMS

2012-03-14 Thread Thorsten Schöning
Guten Tag Laura Mohiuddin, am Mittwoch, 14. März 2012 um 17:32 schrieben Sie: > My company IBCS-PRIMAX Software (BD) Ltd. (http://www.ibcs-primax.com) is > looking to install a Document Management System for the organization. I > suggested SVN[...] Sounds like a bad idea to me. While Subversion m

Re: SVN as DMS

2012-03-14 Thread Les Mikesell
On Wed, Mar 14, 2012 at 11:32 AM, Laura Mohiuddin wrote: > Dear Sir/Madam, > > My company IBCS-PRIMAX Software (BD) Ltd. (http://www.ibcs-primax.com) is > looking to install a Document Management System for the organization. I > suggested SVN, but the DMS should also come with a dashboard and sear

Re: Cannot accept non-LF line endings in 'svn:ignore' property

2012-03-14 Thread Andreas Krey
On Wed, 14 Mar 2012 15:33:35 +, Andreas Krey wrote: ... > Cannot accept non-LF line endings in 'svn:ignore' property ... > Even worse: There are only 0a (LF) line endings in the ignore properties. > No 0d (CR) in sight; at least in the output of 'svn pg svn:ignore'. > > Using a 1.7 client on

Cannot accept non-LF line endings in 'svn:ignore' property

2012-03-14 Thread Andreas Krey
Hi, the full glory: svn: E175008: Commit failed (details follow): svn: E175008: At least one property change failed; repository is unchanged svn: E175002: Error setting property 'ignore': Cannot accept non-LF line endings in 'svn:ignore' property For one it would really helpful to know

Re: svn via ssh to server (not local)

2012-03-14 Thread Ulrich Eckhardt
Am 13.03.2012 11:14, schrieb Ruslan QuAzI: How can I use via SSH something like this svn co svn+ssh://svn.mainhost.org:8890/project/trunk I need sources from svn://svn.mainhost.org:8890/project/trunk (svnserve -t with local path not have privileges) Both ssh and svn have non standard ports. For s

Re: added branch disappears?

2012-03-14 Thread Les Mikesell
On Tue, Mar 13, 2012 at 3:31 PM, Geoffrey Myers wrote: > >> Did you branch to the repository or to the working copy? If you didn't >> commit the branch it wouldn't have gone into the repo. > > > branched to the repository: > > svn copy svn+ssh://matrix/team/tree/app/trunk >        svn+ssh://matrix

Re: Feature request - SVN command to clean a working copy of all unversioned and ignored files and directories

2012-03-14 Thread 'Andreas Krey'
On Wed, 14 Mar 2012 11:52:33 +, Simon Dean wrote: ... > I use Rake and Gradle (migrated to Gradle from Maven). Rake is used for .NET > codebases and Gradle for Java. It's very easy for files to slip through a > "clean" task. Actually the whole notion of a 'clean task' is misleading. Any

RE: Feature request - SVN command to clean a working copy of all unversioned and ignored files and directories

2012-03-14 Thread Simon Dean
> -Original Message- > From: Bert Huijben [mailto:b...@qqmail.nl] > Sent: 14 March 2012 10:46 > To: 'David Weintraub'; Simon Dean > Cc: 'Nico Kadel-Garcia'; 'Les Mikesell'; 'Andreas Krey'; 'Giulio Troccoli'; > users@subversion.apache.org > Subject: RE: Feature request - SVN command to clean

Re: added branch disappears?

2012-03-14 Thread Geoffrey Myers
On 03/13/2012 04:51 PM, Bob Archer wrote: On 03/13/2012 04:14 PM, Bob Archer wrote: Can anyone shed light on this issue? 1. create new branch 'foo' 2. merge different branch 'bar' into trunk 3. merge trunk into all other existing branches Seems that the branch foo disappeared sometime between

RE: Feature request - SVN command to clean a working copy of all unversioned and ignored files and directories

2012-03-14 Thread Bert Huijben
> -Original Message- > From: David Weintraub [mailto:qazw...@gmail.com] > Sent: woensdag 14 maart 2012 2:14 > To: Simon Dean > Cc: Nico Kadel-Garcia; Les Mikesell; Andreas Krey; Giulio Troccoli; > users@subversion.apache.org > Subject: Re: Feature request - SVN command to clean a working co

Repository crash ?

2012-03-14 Thread tetsuya.sakata
Dear All Please help me Following that has occurred >> C:\>svnadmin recover /Subversion_rep/ >> リポジトリのロックを取得しました。 >> お待ちください。リポジトリの復旧にはいくらか時間がかかります... >> This application has halted due to an unexpected error. >> A crash report and minidump file were saved to disk, you can find them here: >> C:\

Re: predecessor count for the root node-revision is wrong message

2012-03-14 Thread subu7890
Hey Jason, I'm also facing a similar problem.I'm working on a project where the svn implementation is on the server side.Since svn merge(reintegration only required for my project) reqiures a local working copy, I maintain one working copy folder for each user, which I switch to