please help how I should do this checkout

2012-07-06 Thread Paul Maier
Hi, my repository has these directories: trunk/A/ trunk/B/ trunk/C/ But in my working copy I need C named D. I need something like svn co http://.../trunk cd trunk localrename C to D Please help me. Thank you. I currently did: mkdir trunk cd trunk svn co http://.../trunk/A A

how to switch a WC back?

2011-02-13 Thread Paul Maier
Hi, a question about how to switch back a WC: I checked out a WC, and then switched some subdirectories to some other directories. I worked with that for a while, checked in, all fine. Now I want to switch my WC back. Can I automatically "un-switch" the WC? I mean: I could do a second switch a

how to switch a WC back?

2011-02-05 Thread Paul Maier
Hi, a question about how to switch back a WC: I checked out a WC, and then switched some subdirectories to some other directories. I worked with that for a while, checked in, all fine. Now I want to switch my WC back. Can I automatically "un-switch" the WC? I mean: I could do a second switch a

directory problem on 'svn ci'

2011-02-05 Thread Paul Maier
Hi! I'm running 1.6.13 on Windows, and I can confirm that the temp file is created one level up relatve to the current directory (unless I am in the top level dir of the WC: then the temp file is created in that dir). For me, SVN is able to read te temp file at the place where it was put and ed

how to find out from where a file has been copied

2011-01-20 Thread Paul Maier
Hi, a question. Imagine the following: svn mv 1 a svn mv 2 b svn cp -r 456 3 c then modify the files for a while. svn st will output something like: D 1 D 2 A+ a A+ b A+ c How do I see if file "a" came from 1 or from 2? How do I see from which revision of file 3 came file c? After the check-

AW: set-depth fails after mv

2011-01-20 Thread Paul Maier
n list" to go to the server. Works, but slow. It would be nice to have a command line parameter to "svn list" to do this for me, i. e. to really show the situation on the server. Thanks & Regards, Paul > -Ursprüngliche Nachricht- > Von: Stefan Sperling [mailto:

svn co --native-eol LF ?

2011-01-20 Thread Paul Maier
s data. What do you think? Regards, Paul. > -Ursprüngliche Nachricht- > Von: Daniel Shahaf [mailto:d...@daniel.shahaf.name] > Gesendet: Donnerstag, 20. Januar 2011 17:52 > An: Paul Maier > Cc: users@subversion.apache.org > Betreff: Re: svn co --native-eol LF ? > &

svn co --native-eol LF ?

2011-01-20 Thread Paul Maier
Hi there, I have some files in the repo with svn:eol-style=native. With svn export I have the argument --native-eol, how to treat this. Is there a way to do something similar with svn co? I mean to create a working copy, with the files having other than the system's native file ending? (I know,

set-depth fails after mv

2011-01-20 Thread Paul Maier
Hello! "svn up --set-depth infinity" fails to load a file from the repository into the WC, when the directory previously has only partially been checked out and has been copied and has not been checked in yet. At the end of this reproduction script I would expect file "a" to be present in direc

AW: How to find out the rev number where a file was deleted?

2010-11-27 Thread Paul Maier
Hi Edward, thanks for having responded. Can I file a feature request for that in the issue tracker, what do you think? @Ryan: Of course with a peg rev I can log that single rev. But the rev number of that rev is that what we are looking for! To find out this rev number, we want to use an earlie

AW: What is the scenario for this warning?

2010-11-27 Thread Paul Maier
Paul. > -Ursprüngliche Nachricht- > Von: Daniel Shahaf [mailto:d...@daniel.shahaf.name] > Gesendet: Samstag, 27. November 2010 08:49 > An: Paul Maier > Cc: users@subversion.apache.org > Betreff: Re: What is the scenario for this warning? > > I think the problem is: if a

What is the scenario for this warning?

2010-11-26 Thread Paul Maier
Hello! I'm used to "svn cp" within the same WC, everything seems to work fine. I just read this warning and now I wonder if this is relevant for my use case. svn help cp [...] WARNING: For compatibility with previous versions of Subversion, copies performed using two working copy paths (WC -> WC)

How to find out the rev number where a file was deleted?

2010-11-26 Thread Paul Maier
Hello, I would appreciate advice for how to find out the rev number where a file was deleted or moved. I expected this command: svn log -v -r 1:head "file:///[...]/xx/a...@1" to show all revs including the deleting rev (as last shown rev), but that doesn't work. The command fails. Does anybo

blank in dir name => svn export fails

2010-11-07 Thread Paul Maier
Hello, svn export fails to export a WC, if the directory name contains a blank. The same script with directory name "12" instead of "1 2" runs fine. Reproduction script: svn --version svnadmin create xx svn co "file:///C:/Dokumente und Einstellungen/Test2/Desktop

BUG corrupts WC is in root of Windows drive

2010-11-07 Thread Paul Maier
Hello, svn mv corrupts (locks) the WC, if the WC is in root of Windows drive. svn add also corrupts (locks) the WC. svn cleanup does not repair the WC. Reproduction script: - # some setup work: # svnadmin create xx svn co "file:///C:/Dokumente u

svn revert causes file modification times to go backward

2010-11-07 Thread Paul Maier
Hello Jon, concerning the modify time: it's fine for me when the time goes backwards on a revert. With a revert, I want everything reverted. But I understand your issue with the compiler. For this, in TortoiseSVN there is an option (in the General section). Maybe it would be good to have such a

German translation of "svn help st" is not showing, although provided in de.po

2010-11-02 Thread Paul Maier
Hello, Obverved: All svn output, error messages, online help comes in German. But "svn help status", "svn help switch" and "svn help update" print in English. Expected: "svn help status", "svn help switch" and "svn help update" should print in German. The translation exists in the repository:

Windows Codepage: Problem SOLVED

2010-11-02 Thread Paul Maier
treff: Re: Feature request: Support of Windows Codepage 850 > > > On Oct 31, 2010, at 1:35 PM, Paul Maier wrote: > > > Hi there! > > > > All output, that comes from the svn internationalization, > shows correctly > > on both codepages, 850 and 1252. E. g. erro

Feature request: Support of Windows Codepage 850

2010-10-31 Thread Paul Maier
P [Version 5.1.2600] C:>chcp Aktive Codepage: 850. C:>svn revert a Rückgängig gemacht: »a« C:>svn cat c õ÷³ -Í_ ¯ º -- abcd1234 C:>chcp 1252 Aktive Codepage: 1252. C:>svn revert b Rückgängig gemacht: »b« C:>svn cat c äöü ÄÖÜ ß § -- abcd1234 Paul. > -Ursprüngliche Nachric

Problem with code page on Windows XP SP3

2010-10-30 Thread Paul Maier
Hello David, Alexey, with your help, I could solve the problem for me. Thanks! For who is interested in my workaround: Yes, "chcp 1252" plus Lucida Console breaks the Cygwin output. I first thought of wrapping all Cygwin commands into batch scripts, like grep.bat containing "chcp 850; grep %*;

Problem with code page on Windows XP SP3

2010-10-30 Thread Paul Maier
Hello, who has advice for the following problem on a DOS console of a Windows XP SP3 machine. "svn cat" doesn't display German umlaut characters (neither does Windows' built in type command). Whereas a "svn cat > b; cat b" (cat command comes from cygwin) displays correctly. That means: "svn ca

AW: should be neccessary to call svn cleanup only in case a command got killed, not in case of an error

2010-10-25 Thread Paul Maier
Hello everybody! Who agrees that svn ci should also be fixed and that this is worth filing an issue? Paul > -Ursprüngliche Nachricht- > Von: Paul Maier [mailto:svn-u...@web.de] > Gesendet: Sonntag, 24. Oktober 2010 11:00 > An: 'users@subversion.apache.org'

should be neccessary to call svn cleanup only in case a command got killed, not in case of an error

2010-10-24 Thread Paul Maier
Hey guys! My new issue 3739 is about fixing svn cleanup. Thats good. But should not ADDITIONALLY also svn ci being fixed, in a way that svn ci doesn't corrupt the WC? In my reproduction script the svn ci is not being killed by the user or the operating system. svn ci can take all action that it w

AW: 1.6.13: svn cleanup fails to cleanup

2010-10-22 Thread Paul Maier
filed Issue 3739 http://subversion.tigris.org/issues/show_bug.cgi?id=3739 Paul. > -Ursprüngliche Nachricht- > Von: Stefan Sperling [mailto:s...@elego.de] > Gesendet: Donnerstag, 21. Oktober 2010 22:13 > An: Paul Maier > Cc: users@subversion.apache.org > Betreff: Re: 1

AW: 1.6.13: svn cleanup fails to cleanup

2010-10-21 Thread Paul Maier
ktober 2010 15:49 > An: Paul Maier > Cc: users@subversion.apache.org > Betreff: Re: 1.6.13: svn cleanup fails to cleanup > > Paul Maier wrote on Wed, Oct 20, 2010 at 23:03:56 +0200: > > Hello! > > > > I would be interested, if this problem is fixed in the > >

AW: German console output

2010-10-20 Thread Paul Maier
lable modules. Paul > -Ursprüngliche Nachricht- > Von: Mark Phippard [mailto:markp...@gmail.com] > Gesendet: Donnerstag, 21. Oktober 2010 00:12 > An: Paul Maier > Cc: users@subversion.apache.org > Betreff: Re: German console output > > On Wed, Oct 20, 2010 at 6:07 PM, Paul Maier w

AW: German console output

2010-10-20 Thread Paul Maier
he Nachricht- > Von: Mark Phippard [mailto:markp...@gmail.com] > Gesendet: Mittwoch, 20. Oktober 2010 23:48 > An: Paul Maier > Cc: users@subversion.apache.org > Betreff: Re: German console output > > On Wed, Oct 20, 2010 at 5:19 PM, Paul Maier wrote: > > > I would be i

German console output

2010-10-20 Thread Paul Maier
Hello! I would be interested in why the Windows binaries from CollabNet and WANdisco aren't able to print messages from svn commands in German language to the console. (Whereas the binaries from Win32Svn at http://alagazam.net are able to do so!) The internationalization module seems to be miss

1.6.13: svn cleanup fails to cleanup

2010-10-20 Thread Paul Maier
Hello! I would be interested, if this problem is fixed in the current 1.7 trunk. svn cleanup should be able to repair and unlock the WC. Unfortunately I am not able to build the trunk from source myself. Here is a reproduction script that produces a corrupt WC, and no svn command can repair it

Bug report against SVN 1.6.13

2010-10-19 Thread Paul Maier
[Sorry, in my previous posting I forgot to mention the svn lock command. Here the corrected version of my posting.] Hi Daniel, I just ran into something, that might already be fixed with your r1023571, but I think it is worth testing: # 1. setup "file a" as in previous postings: echo a > a svn

Bug report against SVN 1.6.13

2010-10-19 Thread Paul Maier
Hi Daniel, I just ran into something, that might already be fixed with your r1023571, but I think it is worth testing: # 1. setup "file a" as in previous postings: echo a > a svn add a svn propset svn:needs-lock "*" a svn ci -m "" # 2. local modification to file a: echo blah >> a # 3. renam

AW: Bug report against SVN 1.6.13

2010-10-15 Thread Paul Maier
it? What do you think? Paul > -Ursprüngliche Nachricht- > Von: Stefan Sperling [mailto:s...@elego.de] > Gesendet: Donnerstag, 14. Oktober 2010 12:02 > An: Paul Maier > Cc: users@subversion.apache.org > Betreff: Re: Bug report against SVN 1.6.13 > > On Thu

Bug report against SVN 1.6.13

2010-10-13 Thread Paul Maier
Hi there! file b should be read-write here; what do you think: Reproduction script: svn --version svnadmin create xx svn co "file:///C:/[...]/xx" yy cd yy echo a > a svn add a svn propset svn:needs-lock "*" a svn ci -m "" svn up svn cp a b ls -lA Observ