Re: Space Constrain

2012-01-12 Thread Thorsten Schöning
Guten Tag Les Mikesell, am Donnerstag, 12. Januar 2012 um 18:26 schrieben Sie: > We have a lot of component libraries that we > want to include in larger projects without recompiling each build > (i.e. we want to run known/tested instances) and have been including > the binaries in tags so the hea

Re: Space Constrain

2012-01-12 Thread Les Mikesell
On Fri, Jan 13, 2012 at 12:27 AM, Nico Kadel-Garcia wrote: > On Fri, Jan 13, 2012 at 1:15 AM, Les Mikesell wrote: >> >> Not what I want.   I want a central canonical svn repository with >> tagged versions of matching headers and shared libs that can be >> predictably accessed with svn externals,

Re: Space Constrain

2012-01-12 Thread Nico Kadel-Garcia
On Fri, Jan 13, 2012 at 1:15 AM, Les Mikesell wrote: > On Fri, Jan 13, 2012 at 12:06 AM, Nico Kadel-Garcia wrote: >> On Thu, Jan 12, 2012 at 12:26 PM, Les Mikesell wrote: >> Another option is to store binaries in a separate repository that you can archive and recreate monthly or quart

Re: Space Constrain

2012-01-12 Thread Les Mikesell
On Fri, Jan 13, 2012 at 12:06 AM, Nico Kadel-Garcia wrote: > On Thu, Jan 12, 2012 at 12:26 PM, Les Mikesell wrote: > >>> Another option is to store binaries in a separate repository that you can >>> archive and recreate monthly or quarterly, or whatever. Then you can use >>> externals in your p

Re: Space Constrain

2012-01-12 Thread Nico Kadel-Garcia
On Thu, Jan 12, 2012 at 12:26 PM, Les Mikesell wrote: > On Thu, Jan 12, 2012 at 9:20 AM, Bob Archer wrote: >> >>> Please advise me  with good practice. >>> Your suggestion is more use to me. >> >> I think the main way to keep repos small is to NOT put binary files in it. >> Of course, depending

Re: Applications for SVN.

2012-01-12 Thread shrinivasan
On Thursday 12 January 2012 06:27 PM, Leonardo wrote: Hi all, I'm installing some versions control system at work and I'd like to have so suggestions about it. We've decided to use SVN, but it will be nice having some web application that it will allow developers to create and manage their ow

Re: Help on "Subversion Windows Installer"

2012-01-12 Thread Jie Long
Hi Steve and Mark, Thank you very much for the information. I've tried Paul Burba's solution. It works for VS 2008 but not VS 2010, as he said in the post. For collabnet or wandisco, I went to their website briefly and did not get the open source project. I guess that they mainly focus on providin

Re: Help on "Subversion Windows Installer"

2012-01-12 Thread David Darj
On 2012-01-12 00:14, Jie Long wrote: Hi there, I got the resource from this website: http://alagazam.net/ I am hoping that I am writing to David Darj. I am not a new user to svn but it's my first time to compile it. I want to run it on my computer to learn about the algorithms and see what

Re: Space Constrain

2012-01-12 Thread Les Mikesell
On Thu, Jan 12, 2012 at 9:20 AM, Bob Archer wrote: > >> Please advise me  with good practice. >> Your suggestion is more use to me. > > I think the main way to keep repos small is to NOT put binary files in it. Of > course, depending on your usage that may not be practical. I think the > majorit

Re: 'svnadmin verify' failed after hotcopy with 'svnadmin: E160004: Revision file (r2255) lacks trailing newline'

2012-01-12 Thread David Chapman
On 1/12/2012 4:51 AM, D D wrote: On Thu, Jan 12, 2012 at 3:41 PM, Andy Levy > wrote: Have you run svnadmin verify against the *actual* repository? Yes. No problem detected. If you make a new hotcopy of the repository, is that corrupted as well? No. I'

Re: switch to ignore files that have not been checked in?

2012-01-12 Thread Andreas Krey
On Wed, 11 Jan 2012 15:49:26 +, Steve Kelem wrote: ... > I would like to run something like: > > svn propset svn:needs-lock '*' *.png *.jpg *.vsd Crude hackaround: for i in *.png *.jpg *.vsd; do svn propset svn:needs-lock '*' "$i"; done That way, the errors won't keep the rest from workin

Re: 'svnadmin verify' failed after hotcopy with 'svnadmin: E160004: Revision file (r2255) lacks trailing newline'

2012-01-12 Thread Philip Martin
D D writes: > I'd be interested to know if svnadmin employs some memory buffer to > hot-copy. > The offsets where data corruption starts look like multiples of 0x1000 > which is 4K. > The NTFS cluster size on the disk is exactly 4K. > If svnadmin just calls the OS to copy each file the problem sh

Re: 'svnadmin verify' failed after hotcopy with 'svnadmin: E160004: Revision file (r2255) lacks trailing newline'

2012-01-12 Thread Daniel Shahaf
D D wrote on Thu, Jan 12, 2012 at 16:51:06 +0400: > I'd be interested to know if svnadmin employs some memory buffer to > hot-copy. subversion/libsvn_fs_fs/fs_fs.c svn_fs_fs__hotcopy() (The code may differ significantly between version -- check the sources of the version of libsvn_fs_fs your svna

RE: switch to ignore files that have not been checked in?

2012-01-12 Thread Bob Archer
> I'm trying to add properties to a bunch of files that have a common file > extension, but are not the only files in the directory/directories. > > I would like to run something like: > > svn propset svn:needs-lock '*' *.png *.jpg *.vsd > > The problem is that I have a number of temporary files

RE: Space Constrain

2012-01-12 Thread Bob Archer
> Our Subversion server is RedHat Linux. > > We have lot of repositories which is maintaining in Linux server. Each > repositories taking huge size in our server. > Our Maximum size limit is 100GB, but the size almost reached 98%. We are in > trouble when we are using repository in Tortoise SVN. >

Re: Applications for SVN.

2012-01-12 Thread Mat Booth
On 12 January 2012 12:57, Leonardo wrote: > Hi all, > > I'm installing some versions control system at work and I'd like to have so > suggestions about it. > > We've decided to use SVN, but it will be nice having some web application > that it will allow developers to create and manage their own

Re: [bug?] local file not shown as modified, if eol-style differs

2012-01-12 Thread Sven Köhler
Am 12.01.2012 15:39, schrieb Daniel Shahaf: > http://subversion.tigris.org/issues/show_bug.cgi?id=4072 > http://subversion.tigris.org/issues/show_bug.cgi?id=4070 Thanks. signature.asc Description: OpenPGP digital signature

Re: [bug?] local file not shown as modified, if eol-style differs

2012-01-12 Thread Daniel Shahaf
http://subversion.tigris.org/issues/show_bug.cgi?id=4072 http://subversion.tigris.org/issues/show_bug.cgi?id=4070 On Thu, Jan 12, 2012, at 08:39, Andy Levy wrote: > On Thu, Jan 12, 2012 at 07:13, Sven Köhler wrote: > > Hi, > > > > consider the following steps: > > - checkout a file from SVN that

Re: Exception...line 673: assertion failed (checksum != NULL)

2012-01-12 Thread Andy Levy
Please don't top-post. On Thu, Jan 12, 2012 at 09:02, Greg Townes wrote: > Hi Mark > > Yes, I am asking how to solve this exception. > > I required a cleanup to get my source code synched with the repository so > that I could do a Commit. > It should not matter why I needed the cleanup, exception

Re: Exception...line 673: assertion failed (checksum != NULL)

2012-01-12 Thread Greg Townes
Hi Mark Yes, I am asking how to solve this exception. I required a cleanup to get my source code synched with the repository so that I could do a Commit. It should not matter why I needed the cleanup, exceptions should be handled gracefully. I upgraded from 1.7.1 to 1.7.3. I did not have thi

Re: Conflict shown in TortoiseSVN for working copy of svn 1.7.2 with using Windows Junctions...

2012-01-12 Thread Thorsten Schöning
Guten Tag Thorsten Schöning, am Sonntag, 8. Januar 2012 um 17:57 schrieben Sie: > D:\Users\tschoening\Documents\Eclipse\Perl\DocBeam-Kernsystem>svn status > M some.conf > vs. > D:\Users\tschoening\Documents\Apache\cgi-bin\DocBeam-Kernsystem>svn status > ~ . > M some.conf Does

Re: [bug?] local file not shown as modified, if eol-style differs

2012-01-12 Thread Andy Levy
On Thu, Jan 12, 2012 at 07:13, Sven Köhler wrote: > Hi, > > consider the following steps: > - checkout a file from SVN that has svn:eol-style=CRLF > - verify that the file has CRLF line endings > - convert the file to unix line endings using dos2unix, recode, etc. > - verify that the file has LF l

RE: Exception...line 673: assertion failed (checksum != NULL)

2012-01-12 Thread Cooke, Mark
Hello, > Tried to do a cleanup on my folders and got this message. > > 'D:\Development\SVN\Releases\TortoiseSVN-1.7.3\ext\subversion\subversion\libsvn_wc\workqueue.c' > > line 673: assertion failed (checksum != NULL) Are you asking for help? In which case, what were you doing that required

Exception...line 673: assertion failed (checksum != NULL)

2012-01-12 Thread Greg Townes
Tried to do a cleanup on my folders and got this message. I think the last developer left hardcoded lines in the code as there is a reference to a "D" drive followed by the path of Development... I do not have that path on my pc.  'D:\Development\SVN\Releases\TortoiseSVN-1.7.3\ext\subversio

Re: Applications for SVN.

2012-01-12 Thread Mark Phippard
Try Subversion Edge https://ctf.open.collab.net/sf/projects/svnedge Note it is also a complete managed distribution of the binaries as well. Sent from my iPhone On Jan 12, 2012, at 7:57 AM, "Leonardo" wrote: > Hi all, > > I'm installing some versions control system at work and I'd like to h

Applications for SVN.

2012-01-12 Thread Leonardo
Hi all, I'm installing some versions control system at work and I'd like to have so suggestions about it. We've decided to use SVN, but it will be nice having some web application that it will allow developers to create and manage their own projects. It will avoid svn commands manually execu

Re: Possible bug in 1.7: svn cleanup can't recover after a failed update (with 1.6 it was possible)

2012-01-12 Thread Sebastian Esponda
-dev@ list Johan, thanks for your help. See my comments below. > Can you try if the following helps?  $ svn update -r0 offendingdir > Do the '--set-depth empty' trick (or '--set-depth exclude' ?) My bad, I should have mentioned that we had tried that after googling the issue, and before sending

Re: 'svnadmin verify' failed after hotcopy with 'svnadmin: E160004: Revision file (r2255) lacks trailing newline'

2012-01-12 Thread D D
On Thu, Jan 12, 2012 at 3:41 PM, Andy Levy wrote: > Have you run svnadmin verify against the *actual* repository? Yes. No problem detected. > If you make a new hotcopy of the repository, is that corrupted as well? > No. I've only got a corrupted hot copy once in the last two weeks (backups a

[bug?] local file not shown as modified, if eol-style differs

2012-01-12 Thread Sven Köhler
Hi, consider the following steps: - checkout a file from SVN that has svn:eol-style=CRLF - verify that the file has CRLF line endings - convert the file to unix line endings using dos2unix, recode, etc. - verify that the file has LF line endings Now you observe the following: 1) svn diff shows no

Re: 'svnadmin verify' failed after hotcopy with 'svnadmin: E160004: Revision file (r2255) lacks trailing newline'

2012-01-12 Thread Daniel Shahaf
On Thu, Jan 12, 2012, at 13:40, D D wrote: > Daniel, > > Is your answer based on the knowledge of the code of the subversion server? > Yes > Here are some details: > 1. It is not Unix [cp(1)], the problem was on Windows > 2. The disk looks fine (I ran chkdsk and looked at the SMART data). No

Re: 'svnadmin verify' failed after hotcopy with 'svnadmin: E160004: Revision file (r2255) lacks trailing newline'

2012-01-12 Thread Andy Levy
List convention is to not top-post. On Thu, Jan 12, 2012 at 04:40, D D wrote: > Daniel, > > Is your answer based on the knowledge of the code of the subversion server? > > Here are some details: > 1. It is not Unix [cp(1)], the problem was on Windows > 2. The disk looks fine (I ran chkdsk and loo

Re: Fwd: svn miss to checkout one or more subdirectories and no error message

2012-01-12 Thread Philip Martin
Subversion 1.6.5 is old. Is that the client or the server? Does the problem happen with more recent versions? Are you using neon or serf? qifa zhao writes: > Any progress on this problem? > > -- Forwarded message -- > From: qifa zhao > Date: Sat, Dec 31, 2011 at 5:13 PM > Sub

Fwd: svn miss to checkout one or more subdirectories and no error message

2012-01-12 Thread qifa zhao
Any progress on this problem? -- Forwarded message -- From: qifa zhao Date: Sat, Dec 31, 2011 at 5:13 PM Subject: svn miss to checkout one or more subdirectories and no error message To: users@subversion.apache.org hi folks, Recently, we encountered a problem when checking out

Re: 'svnadmin verify' failed after hotcopy with 'svnadmin: E160004: Revision file (r2255) lacks trailing newline'

2012-01-12 Thread D D
Daniel, Is your answer based on the knowledge of the code of the subversion server? Here are some details: 1. It is not Unix [cp(1)], the problem was on Windows 2. The disk looks fine (I ran chkdsk and looked at the SMART data). No errors in the Windows log files. 3. The svn repository did not ch

RE: Permanent removal

2012-01-12 Thread Cooke, Mark
> From: Ulrich Eckhardt [mailto:ulrich.eckha...@dominolaser.com] > Sent: 12 January 2012 08:48 > Subject: Re: Permanent removal > > Am 12.01.2012 09:20, schrieb Stümpfig, Thomas: > > There may be Companywide retention policies for Document archival. > > Working, Approved, Archived, Deleted. There

Re: Space Constrain

2012-01-12 Thread Ryan Schmidt
On Jan 12, 2012, at 01:56, Thorsten Schöning wrote: >> Is that any way to compress and reduce the repositories size without any >> impact? The repository is already stored compressed. Newer versions of Subversion store revisions in repositories more efficiently, but will not rewrite old revisi

Re: Permanent removal

2012-01-12 Thread Ulrich Eckhardt
Am 12.01.2012 09:20, schrieb Stümpfig, Thomas: There may be Companywide retention policies for Document archival. Working, Approved, Archived, Deleted. There might be cases where deletion is required by these policies. Dumpfilter is just a workaround for a new command and privilege (r,w,d). From

RE: Permanent removal

2012-01-12 Thread Stümpfig , Thomas
There may be Companywide retention policies for Document archival. Working, Approved, Archived, Deleted. There might be cases where deletion is required by these policies. Dumpfilter is just a workaround for a new command and privilege (r,w,d). From what I can see, permanent delete Issues has

Re: After upgrading subversion refuses to authenticate with server

2012-01-12 Thread Stephen Butler
On Jan 12, 2012, at 4:47 , Aaron Williams wrote: > Hi all, > > I recently upgraded OpenSUSE from 11.4 to 12.1 and now I am no longer able to > commit changes to our subversion tree. > > It requires authentication and the username is different than my Linux > account > name. > > OpenSUSE 12.

Re: Help on "Subversion Windows Installer"

2012-01-12 Thread Stephen Butler
On Jan 12, 2012, at 8:20 , Cooke, Mark wrote: > [Note: this list prefers plain text email, not html] > >> -Original Message- >> From: Jie Long [mailto:may...@gmail.com] >> Sent: 11 January 2012 23:14 >> To: users@subversion.apache.org >> Subject: Help on "Subversion Windows Installer"