Checksum Mismatch error on check out or export

2018-08-15 Thread Shakti Bansal
Dear Team, I am facing the checksum mismatch error while performing check out or export from SVN. Error is coming when we are checking out folders with large data. PFB the snapshot for your reference and provide support for the same issue on urgent basis. Regards Shakti Bansal

Re: Revert, but give it a different name?

2018-08-15 Thread Nathan Hartman
On Wed, Aug 15, 2018 at 7:10 AM Ryan Schmidt wrote: > > > On Aug 15, 2018, at 03:02, Daniel Shahaf wrote: > > > svn cat filename.c@BASE > filename.c.old > > > > but a better way to achieve what you're trying to do is to use a custom > diff-cmd. > > Right. As an example, here's the "svnbbdiff" scr

svn copy WC to URL asserts

2018-08-15 Thread Jens Geyer
Hi, We have one case of a misbehaving branch here. Our CI server creates a tag at the end of a build using a svn copy command: {code} svn.exe copy -m "Devtest" D:\Builds\Release_5.1.1.x\Source svn://repo.server/tags/buildserver/Release_5.1.1.x/Build513 {code} The message printed is this.

Re: Revert, but give it a different name?

2018-08-15 Thread Ryan Schmidt
On Aug 15, 2018, at 03:02, Daniel Shahaf wrote: > Nathan Hartman wrote on Tue, 14 Aug 2018 12:36 -0400: >> Suppose I modified filename.c. Can I revert, but instead of throwing away >> my changes, revert to a separate file like filename.c.old and keep my >> modified filename.c for comparison in

Re: Revert, but give it a different name?

2018-08-15 Thread Daniel Shahaf
Nathan Hartman wrote on Tue, 14 Aug 2018 12:36 -0400: > Suppose I modified filename.c. Can I revert, but instead of throwing away > my changes, revert to a separate file like filename.c.old and keep my > modified filename.c for comparison in my favorite tool? svn cat filename.c@BASE > filename.c.o