我不知道如何在陆龟SVN中这样做,所以我想寻求帮助。
说我从我的SVN存储库中检出了一份副本并将其放入我的PC目录中 在C:\ MyProject。
但是我的项目层次结构中有批处理文件要求我检查名为C:\ MyProject \ MySubDirectory
的目录中的文件批处理文件无法工作,除非我在此文件夹C:\ MyProject \ MySubDirectory中查看它。是否有一个命令在tortoise svn中将我的工作文件传输到我的电脑中的另一个目录而不再从存储库同步?我花了一天的时间来同步所有文件,所以我试图找到一种方法。
我尝试从C:\ MyProject手动复制我的所有文件和文件夹并在其下创建一个文件夹MySubDirectory但我丢失了SVN命令或者svn失去了管理我的文件的方法。
任何提示?
答案 0 :(得分:2)
Yiu只需要将整个结帐文件夹(包含隐藏的.svn
子文件夹)移动/复制到新位置。
答案 1 :(得分:1)
这样做:
1:将<?xml version="1.0" encoding="UTF-8"?>
<config xmlns="urn:org:jgroups"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="urn:org:jgroups http://www.jgroups.org/schema/JGroups-3.4.xsd">
<!--
Note that the buffer sizes here are very small, you'll definitely want higher values in production.
But the Linux defaults are also very small, and using higher values here without changing the system
settings would only result in startup warnings.14.96.226.125
-->
<UDP
mcast_addr="${jgroups.udp.mcast_addr:228.8.8.8}"
mcast_port="${jgroups.udp.mcast_port:45566}"
tos="8"
ucast_recv_buf_size="200k"
ucast_send_buf_size="200k"
mcast_recv_buf_size="200k"
mcast_send_buf_size="200k"
loopback="true"
max_bundle_size="64000"
max_bundle_timeout="30"
ip_ttl="${jgroups.udp.ip_ttl:2}"
enable_bundling="true"
enable_diagnostics="false"
bundler_type="old"
thread_naming_pattern="pl"
thread_pool.enabled="true"
thread_pool.min_threads="2"
thread_pool.max_threads="30"
thread_pool.keep_alive_time="60000"
thread_pool.queue_enabled="true"
thread_pool.queue_max_size="100"
thread_pool.rejection_policy="Discard"
oob_thread_pool.enabled="true"
oob_thread_pool.min_threads="2"
oob_thread_pool.max_threads="30"
oob_thread_pool.keep_alive_time="60000"
oob_thread_pool.queue_enabled="false"
oob_thread_pool.queue_max_size="100"
oob_thread_pool.rejection_policy="Discard"
/>
<PING timeout="3000" num_initial_members="3"/>
<MERGE2 max_interval="30000" min_interval="10000"/>
<FD_SOCK/>
<FD_ALL timeout="15000"/>
<VERIFY_SUSPECT timeout="5000"/>
<!-- Commented when upgraded to 3.1.0.Alpha (remove eventually)
<pbcast.NAKACK exponential_backoff="0"
use_mcast_xmit="true"
retransmit_timeout="300,600,1200"
discard_delivered_msgs="true"/> -->
<pbcast.NAKACK2
xmit_interval="1000"
xmit_table_num_rows="100"
xmit_table_msgs_per_row="10000"
xmit_table_max_compaction_time="10000"
max_msg_batch_size="100"/>
<!-- Commented when upgraded to 3.1.0.Alpha (remove eventually)
<UNICAST timeout="300,600,1200"/> -->
<UNICAST2
stable_interval="5000"
xmit_interval="500"
max_bytes="1m"
xmit_table_num_rows="20"
xmit_table_msgs_per_row="10000"
xmit_table_max_compaction_time="10000"
max_msg_batch_size="100"
conn_expiry_timeout="0"/>
<pbcast.STABLE stability_delay="500" desired_avg_gossip="5000" max_bytes="1m"/>
<pbcast.GMS print_local_addr="false" join_timeout="3000" view_bundling="true"/>
<UFC max_credits="200k" min_threshold="0.20"/>
<MFC max_credits="200k" min_threshold="0.20"/>
<FRAG2 frag_size="8000" />
<RSVP timeout="60000" resend_interval="500" ack_on_delivery="true" />
</config>
重命名为MyProject
2:在MySubDirectory
MyProject
3:剪切C:\
并将其粘贴到MySubDirectory