Releasing an open source subversion client

2011-08-04 Thread Rajith Chathunga
Hi Subversion, I'm Rajith Chathunga from university of Moratuwa, Sri Lanka. My team is developing an open source Subversion client as our internship project. It will be a great help that you can provide us some directions to release it. What is the procedure that we should follow to release it? T

Re: 1.7 'svn upgrade' issue on windows vista

2011-08-04 Thread Ryan Schmidt
On Aug 4, 2011, at 18:04, Stephen Meechan wrote: > While testing out the svn upgrade feature in 1.7 beta 2, on some working > copies the upgrade failed with an error E155036. > > The problem was that the svn upgrade command is case sensitive on the WC > folder name and failed if the name does

Re: upgrading source code in local repository

2011-08-04 Thread Ryan Schmidt
On Aug 4, 2011, at 18:11, Michael Diers wrote: > On 2011-08-03 06:10, Ryan Schmidt wrote: > [...] >> I think perhaps you still misunderstand. Correct, svn_load_dirs.pl >> does not preserve your local changes. That's not its job. You never run >> svn_load_dirs.pl on directories or parts of the rep

Re: upgrading source code in local repository

2011-08-04 Thread Michael Diers
On 2011-08-03 06:10, Ryan Schmidt wrote: [...] > I think perhaps you still misunderstand. Correct, svn_load_dirs.pl > does not preserve your local changes. That's not its job. You never run > svn_load_dirs.pl on directories or parts of the repository that contain > any changes. You only run them on

1.7 'svn upgrade' issue on windows vista

2011-08-04 Thread Stephen Meechan
While testing out the svn upgrade feature in 1.7 beta 2, on some working copies the upgrade failed with an error E155036. The problem was that the svn upgrade command is case sensitive on the WC folder name and failed if the name doesn't match exactly. Windows itself is case insensitive and no

Re: Migrate parts of repository - got it right?

2011-08-04 Thread Les Mikesell
On 8/4/2011 9:18 AM, Daniel Shahaf wrote: Konstantin Kolinko wrote on Thu, Aug 04, 2011 at 14:58:24 +0400: 2011/8/4 Peter Pommelich: I just want to that sure, because A is very large and it will take some time to get this done. Note, that svnsync can be used to synchronize only a subset of r

Re: Migrate parts of repository - got it right?

2011-08-04 Thread Nico Kadel-Garcia
On Thu, Aug 4, 2011 at 10:10 AM, Daniel Shahaf wrote: > Nico Kadel-Garcia wrote on Thu, Aug 04, 2011 at 09:53:03 -0400: >> On Thu, Aug 4, 2011 at 9:30 AM, Peter Pommelich wrote: >> > Thanks a lot for that hint! Do you know if it's possible to sync multiple >> > folders of the source repository t

RE: Repairing moved files

2011-08-04 Thread Bob Archer
> Hi! > > Is there a way to notify SVN that I moved a file? I know that I can just move > it > back and then tell SVN to move it, that's not the point. What I'm looking for > instead is a way to just notify SVN after the fact, similar to what e.g. > TSVN does. > > I tried to force the move, but

Re: Migrate parts of repository - got it right?

2011-08-04 Thread Daniel Shahaf
Konstantin Kolinko wrote on Thu, Aug 04, 2011 at 14:58:24 +0400: > 2011/8/4 Peter Pommelich : > > I just want to that sure, because A is very large and it will take some > > time to get this done. > > Note, that svnsync can be used to synchronize only a subset of repository. > > As says help pri

Re: Migrate parts of repository - got it right?

2011-08-04 Thread Daniel Shahaf
Nico Kadel-Garcia wrote on Thu, Aug 04, 2011 at 09:53:03 -0400: > On Thu, Aug 4, 2011 at 9:30 AM, Peter Pommelich wrote: > > Thanks a lot for that hint! Do you know if it's possible to sync multiple > > folders of the source repository to the same destination repository? > > Something like this:

Re: Migrate parts of repository - got it right?

2011-08-04 Thread Peter Pommelich
AhI just  found this on http://svn.apache.org/repos/asf/subversion/trunk/notes/svnsync.txt: ---snip ... Q: Can I mirror a subdirectory of a master repository? A: As of Subversion 1.5, it is possible to limit svnsync to a subdirectory of the master repository. This is most useful when t

Re: Migrate parts of repository - got it right?

2011-08-04 Thread Nico Kadel-Garcia
On Thu, Aug 4, 2011 at 9:30 AM, Peter Pommelich wrote: > Thanks a lot for that hint! Do you know if it's possible to sync multiple > folders of the source repository to the same destination repository? > Something like this: > > svnsync initialize svn://a.repo.org/projA svn://b.repo.org/dest > s

Re: Migrate parts of repository - got it right?

2011-08-04 Thread Peter Pommelich
Thanks a lot for that hint! Do you know if it's possible to sync multiple folders of the source repository to the same destination repository? Something like this: svnsync initialize svn://a.repo.org/projA svn://b.repo.org/dest svnsync initialize svn://a.repo.org/projB svn://b.repo.org/dest svns

Re: Migrate parts of repository - got it right?

2011-08-04 Thread Konstantin Kolinko
2011/8/4 Peter Pommelich : > I just want to that sure, because A is very large and it will take some time > to get this done. Note, that svnsync can be used to synchronize only a subset of repository. As says help printed by "svnsync help init", If the source URL is not the root of a repository,

Re: TortoiseSVN crashes

2011-08-04 Thread Andy Levy
On Thu, Aug 4, 2011 at 02:29, Cooke, Mark wrote: > Hello, > > First: TortoiseSVN has its own mailing list (see > http://tortoisesvn.net/community.html), if your problem is specifically with > Tortoise then that should be your first point of contact.  However... The error reported comes direct f

Eric Cordon/FR/EUROPE/GROUP is out of the office.

2011-08-04 Thread eric . cordon
Je serai absent(e) à partir du 07/26/2011 de retour le 08/18/2011. I will be out of the office I am off, picking up e-mails only occasionnally For all important issues please reach directly: For Fortis EQD Brokerage intergation : Marjorie Campet For Dolce project : Ludivine Police For Louvre Pr

Merging copy operations

2011-08-04 Thread Ulrich Eckhardt
Hi! I'm refactoring code and in that context I moved parts of one file to a separate file, so I copied trunk/A to trunk/B and then hacked the two so that each contained one part of the code. Then, when the whole works again, I commit the whole in a commit. First question here: I consider that a

Repairing moved files

2011-08-04 Thread Ulrich Eckhardt
Hi! Is there a way to notify SVN that I moved a file? I know that I can just move it back and then tell SVN to move it, that's not the point. What I'm looking for instead is a way to just notify SVN after the fact, similar to what e.g. TSVN does. I tried to force the move, but that didn't help

Re: SVN files content Type

2011-08-04 Thread Ryan Schmidt
On Aug 4, 2011, at 04:11, D, Dinoj wrote: > > I have got some information that we can overwrite the header information > if required. How can we set this for SVN? Somebody did just post a message about that: http://svn.haxx.se/users/archive-2011-08/0107.shtml I had not been aware of this optio

AW: TortoiseSVN crashes

2011-08-04 Thread Markus Schaber
Hi, Mark, Von: Cooke, Mark [mailto:mark.co...@siemens.com] > > After updating to TortoiseSVN 1.6.99, Build 21709 - 32 Bit , > > Whoah! Where did you get that? The current version is "1.6.16", I would > guess that .99 indicates a developer build of some sort. Are you a > developer? If not,

RE: SVN files content Type

2011-08-04 Thread D, Dinoj
Hi, I have got some information that we can overwrite the header information if required. How can we set this for SVN? Thanks & Regards, Dinoj D Desk: +91 80 26588360 Extn: 48547 Cell: +91 9916668051 -Original Message- From: Ryan Schmidt [mailto:subversion-20...@ryandesign.com] Sent: Mon

RE: SVN errors with junction points

2011-08-04 Thread Cooke, Mark
> -Original Message- > From: joostdon...@gmail.com [mailto:joostdon...@gmail.com] On > Behalf Of Joost van Dongen > Sent: 04 August 2011 08:11 > To: Cooke, Mark > Cc: Stefan Sperling; users@subversion.apache.org > Subject: Re: SVN errors with junction points > > As Mark guessed, I am inde

AW: TortoiseSVN crashes

2011-08-04 Thread Markus Schaber
Hi, Georgiy, Von: Georgiy Osipov [mailto:gaosi...@gmail.com] > After updating to TortoiseSVN 1.6.99, Build 21709 - 32 Bit , > 2011/07/22 16:21:33, a crash follows each operations with repository (some > operations works fine, some fails, but crash report after each). > Crash message is about memor

Re: svnlook changed - howto see all deleted files in pre-/post-commit hooks

2011-08-04 Thread Ryan Schmidt
On Aug 3, 2011, at 08:14, Jan Ciesko (GMAIL) wrote: > I'd like to ask if there is a way to see which particular files have been > deleted when a directory deletion has been commited. > > Example: > > I add to a repository BAR/Apps the folder Jacobi. With "svnlook changed > "$REPOS"" in the po

Re: SVN errors with junction points

2011-08-04 Thread Joost van Dongen
As Mark guessed, I am indeed setting up the junction points by hand. This is how I made it: -Create folder D:\SVN -Do checkout on D:\SVN with "Immediate children, including folders", so only the folders come in and not their contents -Do "fully recursive" update on D:\SVN\SmallFolder to get its co

Migrate parts of repository - got it right?

2011-08-04 Thread Peter Pommelich
Hi everbody, I searched the web and the mailing list archive and now just want to make sure that got everything right. I have the task to move some folders (projects) of repository A into a different repository B. I have no admin access to any of the repositories. The only way to accomplish th

Re: SVN errors with junction points

2011-08-04 Thread Thorsten Schöning
Guten Tag Joost van Dongen, am Mittwoch, 3. August 2011 um 18:18 schrieben Sie: > So, what is going wrong here and how can I fix it? I have a similar setup and the only solution for me was to always do all operations in the original source, because most operations won't work in the Junction itsel