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
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
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
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
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-
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:
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 ?
>
&
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,
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
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
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
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)
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
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
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
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
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:
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
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
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 %*;
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
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'
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
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
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
> >
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
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
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
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
[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
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
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
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
33 matches
Mail list logo