RE: general questions

2012-09-10 Thread Bob Archer
> If you think it would require 44 click paths then that is indeed a poor > design. > Do you really have 44 repositories? Or 44 projects in a single repository? > 1 click to select the repository, 1 click to select all. I just turned 44 > click paths > into 2 clicks. Sounds like your vision

Re: svnadmin

2012-09-10 Thread Ryan Schmidt
Returning the thread to the list: On Sep 10, 2012, at 11:18, John Maher wrote: > Thanks Ryan. > > I was wrong about the hooks directory not being there, it was there just > not displayed by VisualSVN. > > So if I create a repository on a network drive multiple users can use it > if with no prob

Re: general questions

2012-09-10 Thread Les Mikesell
On Mon, Sep 10, 2012 at 3:15 PM, John Maher wrote: > I don't 100% agree. I've designed lots of guis. And there were times > users discovered a feature I never intended. And I'm not talking about > a bug called a feature. While true that the programmer has a lot to > think about (fortunately I

RE: general questions

2012-09-10 Thread John Maher
If you think it would require 44 click paths then that is indeed a poor design. 1 click to select the repository, 1 click to select all. I just turned 44 click paths into 2 clicks. Sounds like your vision is nothing like mine. What other guis are out there besides tortoise? If there's somethi

Re: general questions

2012-09-10 Thread David Chapman
On 9/10/2012 12:31 PM, John Maher wrote: Thanks Dave, that was helpful. I saw the svn prefix in the book but didn't know what it meant. Your explanation was good. The scripts are a good idea, but I was thinking about a gui for the client side, kinda like Subversion Edge; basically a wrappe

RE: general questions

2012-09-10 Thread John Maher
I don't 100% agree. I've designed lots of guis. And there were times users discovered a feature I never intended. And I'm not talking about a bug called a feature. While true that the programmer has a lot to think about (fortunately I am one), the gui can be designed in such a way to empower th

Re: general questions

2012-09-10 Thread Thorsten Schöning
Guten Tag John Maher, am Montag, 10. September 2012 um 21:31 schrieben Sie: > The scripts are a good idea, but I was thinking about a gui for the > client side, kinda like Subversion Edge; basically a wrapper for the > command line. Even though my first computer didn't have a mouse (or > hard dri

Re: general questions

2012-09-10 Thread Les Mikesell
On Mon, Sep 10, 2012 at 2:31 PM, John Maher wrote: > > The scripts are a good idea, but I was thinking about a gui for the client > side, kinda like Subversion Edge; basically a wrapper for the command line. > Even though my first computer didn’t have a mouse (or hard drive) the gui is > the way t

RE: general questions

2012-09-10 Thread John Maher
Thanks Dave, that was helpful. I saw the svn prefix in the book but didn't know what it meant. Your explanation was good. The scripts are a good idea, but I was thinking about a gui for the client side, kinda like Subversion Edge; basically a wrapper for the command line. Even though my f

RE: general questions

2012-09-10 Thread John Maher
Thank you very much. Now I can get back to reading. John From: Mark Phippard [mailto:markp...@gmail.com] Sent: Monday, September 10, 2012 3:06 PM To: John Maher Cc: users@subversion.apache.org Subject: Re: general questions On Mon, Sep 10, 2012 at 1:4

Re: general questions

2012-09-10 Thread David Chapman
On 9/10/2012 10:43 AM, John Maher wrote: Thanks again, I'm learning. I appreciate the time put in to help me and I really don't want to cost you more time, so I have a couple of yes/no questions. So the only time to use svnadmin create without having a dedicated server would be a single use

Re: general questions

2012-09-10 Thread Mark Phippard
On Mon, Sep 10, 2012 at 1:43 PM, John Maher wrote: > Thanks again, I’m learning. > > ** ** > > I appreciate the time put in to help me and I really don’t want to cost > you more time, so I have a couple of yes/no questions. > > ** ** > > So the only time to use svnadmin create without ha

RE: general questions

2012-09-10 Thread John Maher
Thanks again, I'm learning. I appreciate the time put in to help me and I really don't want to cost you more time, so I have a couple of yes/no questions. So the only time to use svnadmin create without having a dedicated server would be a single user (like me at home)? As for as the dl

Re: general questions

2012-09-10 Thread Mark Phippard
Please keep replies on the mailing list. On Mon, Sep 10, 2012 at 12:02 PM, John Maher wrote: > Thanks again Mark, you have been helpful. Let me clear some things up.** > ** > > ** ** > > Let me clear up by what I mean as “local” repository. We have a svn > server which has repositories on it.

Re: svnadmin

2012-09-10 Thread Ryan Schmidt
On Sep 10, 2012, at 08:49, John Maher wrote: > I read that link you posted but now I am confused about hooks. I see > the hook directory get created when I create a repository locally. The only way to create a repository is locally, using the "svnadmin create" command (or using some sort of GU

Re: general questions

2012-09-10 Thread Mark Phippard
Please keep replies on the mailing list. On Mon, Sep 10, 2012 at 11:21 AM, John Maher wrote: > Thanks Mark. > > ** ** > > Here’s what I am trying to do: learn subversion. To do this the best I > could come up with is making some test projects and going through the > commands to learn them.

Re: svnadmin

2012-09-10 Thread Mark Phippard
On Mon, Sep 10, 2012 at 10:23 AM, John Maher wrote: > Thanks Bob. > > I installed subversion edge but I don't know if it can help me or I just > can't figure it out. I can't get it to find our repositories. It won't > let me change the IP address which makes me think that it doesn't work > with

RE: svnadmin

2012-09-10 Thread John Maher
Thanks Bob. I installed subversion edge but I don't know if it can help me or I just can't figure it out. I can't get it to find our repositories. It won't let me change the IP address which makes me think that it doesn't work with non-local repositories. I searched the forums (developer and ad

Re: Git smudge / Clean / Filter alike in Subversion ?

2012-09-10 Thread Stefan Sperling
On Mon, Sep 10, 2012 at 03:38:10PM +0200, Laurent Alebarde wrote: > Hi all, > > I am looking for some Git smudge / clean capabilities in subversion > to be able to "clean" code before pushing it into the repository, as > long as filters do be able to diff binary files with for example > some embed

RE: svnadmin

2012-09-10 Thread John Maher
Thanks Chris, I appreciate the link, I'm still on chapter 2. Strange it describes creating a repository AFTER it explains properties and commands like diff. I read that link you posted but now I am confused about hooks. I see the hook directory get created when I create a repository locally. Bu

Git smudge / Clean / Filter alike in Subversion ?

2012-09-10 Thread Laurent Alebarde
Hi all, I am looking for some Git smudge / clean capabilities in subversion to be able to "clean" code before pushing it into the repository, as long as filters do be able to diff binary files with for example some embedded tags. Here is FYI the Git documentation page that explain it exactly

AW: SvnAdmin: impossible to load dump generated by "cvs2svn"

2012-09-10 Thread Markus Schaber
Hi, Julien, Von: CHAZAL Julien [julien.cha...@atos.net] > I manage a Subversion server that has the following configuration : > - SVN 1.6.9 > - FSFS storage mode > - Apache + mod_dav + subversion modules > - Linux Suse Enterprise Edition 32-bit > > I have to perform a CVS to SVN migration. I use

Re: SvnAdmin: impossible to load dump generated by "cvs2svn"

2012-09-10 Thread Volker Kopetzky
Julien, a dump file is designed to work with the commandline pipe. So it might be that the binary transport might have changed something. (if your sending os is different than suse) A safer way to transport it is to tar it before sending it over the wire: (1) cvs station $ tar czvf dump.tar.gz

Re: RE : SVN 1.6: What is the maximum size for a commit?

2012-09-10 Thread Andreas Mohr
Hi, On Mon, Sep 10, 2012 at 08:27:19AM +, CHAZAL Julien wrote: > Thanks a lot for you help. > > My server is in a 32-bit mode. Anyway, I'll take a look for > "LimitRequestBody" option in apache conf. Just to state the yet non-stated to make sure that matters are clear (many people may easil

SvnAdmin: impossible to load dump generated by "cvs2svn"

2012-09-10 Thread CHAZAL Julien
Hi all, I manage a Subversion server that has the following configuration : - SVN 1.6.9 - FSFS storage mode - Apache + mod_dav + subversion modules - Linux Suse Enterprise Edition 32-bit I have to perform a CVS to SVN migration. I use the tool "cvs2svn" to generate a dump f

RE : SVN 1.6: What is the maximum size for a commit?

2012-09-10 Thread CHAZAL Julien
Thanks a lot for you help. My server is in a 32-bit mode. Anyway, I'll take a look for "LimitRequestBody" option in apache conf. Regards. De : Andy Levy [andy.l...@gmail.com] Date d'envoi : vendredi 7 septembre 2012 17:52 À : CHAZAL Julien Cc : users@sub

Re: Pipe symbol causing checksum error

2012-09-10 Thread Charles Humble
Daniel, Thanks for coming back to me. Error message is: svn: Commit failed (details follow): svn: Checksum mismatch for '/path/Constants.java''; expected: 'c55ba3831fe4b9c84ed8cfa28a5b5880', actual: '8f0dd12fec0caa78fda83e5251445dad' (I get the same error when checking in from an IDE as well as th