SVN Subversion export (difference between trunk and branch?)

Asked 2 years ago, Updated 2 years ago, 70 views

Please tell me who it is.
I am using the subversion of the Linux server and the totoisesvn of windows.

rev
100 hoge.txt and foo.jpg Fixes
99 hoge.txt and bar.doc fixes
98 hoge.txt and fuga.png Fixes
97 hoge.txt and foobar.txt Fixes

When there is a commit like above,
I would like to export all three files in bulk as shown below, specifying revision 97,98.
For some reason, the latest (rev100) hoge.txt will be exported.

I want hoge.txt rev98 state, but I'm having trouble with the latest rev100.
fuga.png rev98 state
foobar.txt rev97 state

When I was working on branch before, I think it became the rev98 hoge.txt that I intended.
Even if you specify rev97,98 since you recently started working with trunk, rev100 hoge.txt is
I think it's exported now.
Does trunk always export the latest revisions?

svn

2022-09-30 14:47

1 Answers

I cannot conclude from the information provided, but it is possible that some of the files on the server are corrupt.I recently experienced a similar situation and had a hard time.

If you can't commit to a seemingly successful checkout, or if you can only check out a specific version, why not suspect a file corruption on your server?

If possible, it is recommended that you rebuild the repository on another machine from the backup you have saved and explore for generations how far you can successfully access it.


2022-09-30 14:47

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.