Changed SVN commit Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Data science time! April 2019 and salary with experience The Ask Question Wizard is Live!How do I migrate an SVN repository with history to a new Git repository?How do I ignore a directory with SVN?How to have git log show filenames like svn log -vsvn diff for a complete file?SVN out of date errorSVN reverse merge?SVN- How to commit multiple files in a single shotFiles vanished from SVN working copy - now can't commitSafe to delete the last version of SVN repo?Re-apply a previously reverted commit in SVN
/bin/ls sorts differently than just ls
How to ask rejected full-time candidates to apply to teach individual courses?
Is Bran literally the world's memory?
Can a Wizard take the Magic Initiate feat and select spells from the Wizard list?
A German immigrant ancestor has a "Registration Affidavit of Alien Enemy" on file. What does that mean exactly?
How to leave only the following strings?
Help Recreating a Table
Does traveling In The United States require a passport or can I use my green card if not a US citizen?
Short story about an alien named Ushtu(?) coming from a future Earth, when ours was destroyed by a nuclear explosion
Is the Mordenkainen's Sword spell underpowered?
Etymology of 見舞い
Is Vivien of the Wilds + Wilderness Reclamation a competitive combo?
Is there a verb for listening stealthily?
Why not use the yoke to control yaw, as well as pitch and roll?
Can this water damage be explained by lack of gutters and grading issues?
false 'Security alert' from Google - every login generates mails from 'no-reply@accounts.google.com'
Is "ein Herz wie das meine" an antiquated or colloquial use of the possesive pronoun?
Does the Pact of the Blade warlock feature allow me to customize the properties of the pact weapon I create?
Why did Israel vote against lifting the American embargo on Cuba?
Putting Ant-Man on house arrest
Married in secret, can marital status in passport be changed at a later date?
When does Bran Stark remember Jamie pushing him?
How is an IPA symbol that lacks a name (e.g. ɲ) called?
How to create a command for the "strange m" symbol in latex?
Changed SVN commit
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)
Data science time! April 2019 and salary with experience
The Ask Question Wizard is Live!How do I migrate an SVN repository with history to a new Git repository?How do I ignore a directory with SVN?How to have git log show filenames like svn log -vsvn diff for a complete file?SVN out of date errorSVN reverse merge?SVN- How to commit multiple files in a single shotFiles vanished from SVN working copy - now can't commitSafe to delete the last version of SVN repo?Re-apply a previously reverted commit in SVN
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;
Are there any ways to change svn commit diff without reverting it?
A few days ago I commited some code to local repo at work, but the diff showed that I did changes to the code which I definetely did not change
- This code was in a directory I am not working in.
- This change was not replacement or something vim could do.
- It was like a part of code reverter to the older revision (about 100
revisions ago).
Maybe somebody played a joke on me (but how)? Or was it some SVN bug?
Has anybody came across this bug too?
svn
|
show 3 more comments
Are there any ways to change svn commit diff without reverting it?
A few days ago I commited some code to local repo at work, but the diff showed that I did changes to the code which I definetely did not change
- This code was in a directory I am not working in.
- This change was not replacement or something vim could do.
- It was like a part of code reverter to the older revision (about 100
revisions ago).
Maybe somebody played a joke on me (but how)? Or was it some SVN bug?
Has anybody came across this bug too?
svn
Did yousvn update
? What you see withsvn status
? Do you have right (latest) revision on working copy?
– uzsolt
Mar 22 at 17:09
How did you produce your diff?
– eftshift0
Mar 22 at 21:36
@uzsolt I am on latest the revision.svn status
shows nothing. But me and my colleague have different files. She also has the latest revision and nothing insvn status
– NeonZebraFromSpace
Mar 23 at 7:32
svn info
on both machine?
– uzsolt
Mar 23 at 8:07
Assuming this is a bug is the wrong assumption. If the svn log shows that changes were committed to a file, I would be 99.9% confident that someone modified that file.
– Warlike Chimpanzee
Mar 24 at 9:51
|
show 3 more comments
Are there any ways to change svn commit diff without reverting it?
A few days ago I commited some code to local repo at work, but the diff showed that I did changes to the code which I definetely did not change
- This code was in a directory I am not working in.
- This change was not replacement or something vim could do.
- It was like a part of code reverter to the older revision (about 100
revisions ago).
Maybe somebody played a joke on me (but how)? Or was it some SVN bug?
Has anybody came across this bug too?
svn
Are there any ways to change svn commit diff without reverting it?
A few days ago I commited some code to local repo at work, but the diff showed that I did changes to the code which I definetely did not change
- This code was in a directory I am not working in.
- This change was not replacement or something vim could do.
- It was like a part of code reverter to the older revision (about 100
revisions ago).
Maybe somebody played a joke on me (but how)? Or was it some SVN bug?
Has anybody came across this bug too?
svn
svn
asked Mar 22 at 14:12


NeonZebraFromSpaceNeonZebraFromSpace
1
1
Did yousvn update
? What you see withsvn status
? Do you have right (latest) revision on working copy?
– uzsolt
Mar 22 at 17:09
How did you produce your diff?
– eftshift0
Mar 22 at 21:36
@uzsolt I am on latest the revision.svn status
shows nothing. But me and my colleague have different files. She also has the latest revision and nothing insvn status
– NeonZebraFromSpace
Mar 23 at 7:32
svn info
on both machine?
– uzsolt
Mar 23 at 8:07
Assuming this is a bug is the wrong assumption. If the svn log shows that changes were committed to a file, I would be 99.9% confident that someone modified that file.
– Warlike Chimpanzee
Mar 24 at 9:51
|
show 3 more comments
Did yousvn update
? What you see withsvn status
? Do you have right (latest) revision on working copy?
– uzsolt
Mar 22 at 17:09
How did you produce your diff?
– eftshift0
Mar 22 at 21:36
@uzsolt I am on latest the revision.svn status
shows nothing. But me and my colleague have different files. She also has the latest revision and nothing insvn status
– NeonZebraFromSpace
Mar 23 at 7:32
svn info
on both machine?
– uzsolt
Mar 23 at 8:07
Assuming this is a bug is the wrong assumption. If the svn log shows that changes were committed to a file, I would be 99.9% confident that someone modified that file.
– Warlike Chimpanzee
Mar 24 at 9:51
Did you
svn update
? What you see with svn status
? Do you have right (latest) revision on working copy?– uzsolt
Mar 22 at 17:09
Did you
svn update
? What you see with svn status
? Do you have right (latest) revision on working copy?– uzsolt
Mar 22 at 17:09
How did you produce your diff?
– eftshift0
Mar 22 at 21:36
How did you produce your diff?
– eftshift0
Mar 22 at 21:36
@uzsolt I am on latest the revision.
svn status
shows nothing. But me and my colleague have different files. She also has the latest revision and nothing in svn status
– NeonZebraFromSpace
Mar 23 at 7:32
@uzsolt I am on latest the revision.
svn status
shows nothing. But me and my colleague have different files. She also has the latest revision and nothing in svn status
– NeonZebraFromSpace
Mar 23 at 7:32
svn info
on both machine?– uzsolt
Mar 23 at 8:07
svn info
on both machine?– uzsolt
Mar 23 at 8:07
Assuming this is a bug is the wrong assumption. If the svn log shows that changes were committed to a file, I would be 99.9% confident that someone modified that file.
– Warlike Chimpanzee
Mar 24 at 9:51
Assuming this is a bug is the wrong assumption. If the svn log shows that changes were committed to a file, I would be 99.9% confident that someone modified that file.
– Warlike Chimpanzee
Mar 24 at 9:51
|
show 3 more comments
0
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55301497%2fchanged-svn-commit%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55301497%2fchanged-svn-commit%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Did you
svn update
? What you see withsvn status
? Do you have right (latest) revision on working copy?– uzsolt
Mar 22 at 17:09
How did you produce your diff?
– eftshift0
Mar 22 at 21:36
@uzsolt I am on latest the revision.
svn status
shows nothing. But me and my colleague have different files. She also has the latest revision and nothing insvn status
– NeonZebraFromSpace
Mar 23 at 7:32
svn info
on both machine?– uzsolt
Mar 23 at 8:07
Assuming this is a bug is the wrong assumption. If the svn log shows that changes were committed to a file, I would be 99.9% confident that someone modified that file.
– Warlike Chimpanzee
Mar 24 at 9:51