This website requires JavaScript.
Explore
Help
Register
Sign In
octoleo
/
syncthing
Watch
1
Star
0
Fork
0
You've already forked syncthing
mirror of
https://github.com/octoleo/syncthing.git
synced
2024-11-13 00:36:28 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
a8cacdca94
syncthing
/
lib
/
config
/
testdata
/
dupfolders.xml
7 lines
150 B
XML
Raw
Normal View
History
Unescape
Escape
lib/config: Remove "Invalid" attribute (fixes #2471) This contains the following behavioral changes: - Duplicate folder IDs is now fatal during startup - Invalid folder flags in the ClusterConfig is fatal for the connection (this will go away soon with the proto changes, as we won't have any unknown flags any more then) - Empty path is a folder error reported at runtime GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/3370
2016-07-02 19:38:39 +00:00
<configuration
version=
"15"
>
lib/config: Error on empty folder path (fixes #5853) (#5854)
2019-07-14 09:03:14 +00:00
<folder
id=
"f1"
path=
"testdata/"
>
lib/config: Remove "Invalid" attribute (fixes #2471) This contains the following behavioral changes: - Duplicate folder IDs is now fatal during startup - Invalid folder flags in the ClusterConfig is fatal for the connection (this will go away soon with the proto changes, as we won't have any unknown flags any more then) - Empty path is a folder error reported at runtime GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/3370
2016-07-02 19:38:39 +00:00
</folder>
lib/config: Error on empty folder path (fixes #5853) (#5854)
2019-07-14 09:03:14 +00:00
<folder
id=
"f1"
path=
"testdata/"
>
lib/config: Remove "Invalid" attribute (fixes #2471) This contains the following behavioral changes: - Duplicate folder IDs is now fatal during startup - Invalid folder flags in the ClusterConfig is fatal for the connection (this will go away soon with the proto changes, as we won't have any unknown flags any more then) - Empty path is a folder error reported at runtime GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/3370
2016-07-02 19:38:39 +00:00
</folder>
</configuration>
Reference in New Issue
Copy Permalink