Textový editor Zed dospěl do verze 1.0. Představení v příspěvku na blogu.
Vývojáři svobodného 3D softwaru Blender představili (𝕏, Mastodon, Bluesky) nejnovějšího firemního sponzora Blenderu. Je ním společnost Anthropic stojící za AI Claude a úroveň sponzoringu je Patron, tj. minimálně 240 tisíc eur ročně. Anthropic oznámil sponzorství v tiskové zprávě Claude for Creative Work.
VNC server wayvnc pro Wayland kompozitory postavené nad wlroots - ne GNOME, KDE nebo Weston - byl vydán ve verzi 0.10.0. Vydána byla také verze 1.0.0 související knihovny neatvnc.
Bylo oznámeno vydání Fedora Linuxu 44. Ve finální verzi vychází šest oficiálních edic: Fedora Workstation a Fedora KDE Plasma Desktop pro desktopové, Fedora Server pro serverové, Fedora IoT pro internet věcí, Fedora Cloud pro cloudové nasazení a Fedora CoreOS pro ty, kteří preferují neměnné systémy. Vedle nich jsou k dispozici také další atomické desktopy, spiny a laby. Podrobný přehled novinek v samostatných článcích na stránkách
… více »David Malcolm se na blogu vývojářů Red Hatu rozepsal o vybraných novinkách v GCC 16, jež by mělo vyjít v nejbližších dnech. Vypíchnuta jsou vylepšení čitelnosti chybových zpráv v C++, aktualizovaný SARIF (Static Analysis Results Interchange Format) výstup a nová volba experimental-html v HTML výstupu.
Byla vydána verze R14.1.6 desktopového prostředí Trinity Desktop Environment (TDE, fork KDE 3.5, Wikipedie). Přehled novinek v poznámkách k vydání, podrobnosti v seznamu změn.
Jon Seager z Canonicalu včera na Ubuntu Community Hubu popsal budoucnost AI v Ubuntu. Dnes upřesnil: AI nástroje budou k dispozici jako Snap balíčky, vždy je může uživatel odinstalovat. Ve výchozím nastavení budou všechny AI nástroje používat lokální AI modely.
Nový ovladač Steam Controller jde do prodeje 4. května. Cena je 99 eur.
Greg Kroah-Hartman začal používat AI asistenta pojmenovaného gkh_clanker_t1000. V commitech se objevuje "Assisted-by: gkh_clanker_t1000". Na social.kernel.org publikoval jeho fotografii. Jedná se o Framework Desktop s AMD Ryzen AI Max a lokální LLM.
Ubuntu 26.10 bude Stonking Stingray (úžasný rejnok).
Error: Error while performing action: Commit failed (details follow):Používám klienta RapidSVN a zkoušel jsem i modul do eclipse. Tam je to stejné, takže na klientovi to nezavisí. Zkoušel jsem rekonfigurovat SVN. Aby mohl zapsat nepřihlášený uživatel, přihlášený a různé. Chvilku jsem si myslel, že tam svnservr nemé přístup pro zápis (i když u roota snad nemožné). Tak jsem nastavil, že do té složky může zapisovat kdokoli. Očekávm, že budu mít chybu v konfiguráku, ale nemohu ji najít. Zde dávám k dispozici konfiguráky SVNservru, které jsou umištěni v složka projektu/conf authz:
### This file is an example authorization file for svnserve.
### Its format is identical to that of mod_authz_svn authorization
### files.
### As shown below each section defines authorizations for the path and
### (optional) repository specified by the section name.
### The authorizations follow. An authorization line can refer to:
### - a single user,
### - a group of users defined in a special [groups] section,
### - an alias defined in a special [aliases] section,
### - all authenticated users, using the '$authenticated' token,
### - only anonymous users, using the '$anonymous' token,
### - anyone, using the '*' wildcard.
###
### A match can be inverted by prefixing the rule with '~'. Rules can
### grant read ('r') access, read-write ('rw') access, or no access
### ('').
[aliases]
# joe = /C=XZ/ST=Dessert/L=Snake City/O=Snake Oil, Ltd./OU=Research Institute/CN=Joe Average
[groups]
# harry_and_sally = harry,sally
# harry_sally_and_joe = harry,sally,&joe
[/]
Petr = rw
Zdenka = rw
Dusan = rw
Tomas = rw
# [repository:/baz/fuz]
# @harry_and_sally = rw
# * = r
svnserve:
### This file controls the configuration of the svnserve daemon, if you ### use it to allow access to this repository. (If you only allow ### access through http: and/or file: URLs, then this file is ### irrelevant.) ### Visit http://subversion.tigris.org/ for more information. [general] ### These options control access to the repository for unauthenticated ### and authenticated users. Valid values are "write", "read", ### and "none". The sample settings below are the defaults. anon-access = write auth-access = write ### The password-db option controls the location of the password ### database file. Unless you specify a path starting with a /, ### the file's location is relative to the directory containing ### this configuration file. ### If SASL is enabled (see below), this file will NOT be used. ### Uncomment the line below to use the default password file. password-db = passwd ### The authz-db option controls the location of the authorization ### rules for path-based access control. Unless you specify a path ### starting with a /, the file's location is relative to the the ### directory containing this file. If you don't specify an ### authz-db, no path-based access control is done. ### Uncomment the line below to use the default authorization file. # authz-db = authz ### This option specifies the authentication realm of the repository. ### If two repositories have the same authentication realm, they should ### have the same password database, and vice versa. The default realm ### is repository's uuid. realm =dibdeb [sasl] ### This option specifies whether you want to use the Cyrus SASL ### library for authentication. Default is false. ### This section will be ignored if svnserve is not built with Cyrus ### SASL support; to check, run 'svnserve --version' and look for a line ### reading 'Cyrus SASL authentication is available.' # use-sasl = true ### These options specify the desired strength of the security layer ### that you want SASL to provide. 0 means no encryption, 1 means ### integrity-checking only, values larger than 1 are correlated ### to the effective key length for encryption (e.g. 128 means 128-bit ### encryption). The values below are the defaults. # min-encryption = 0 # max-encryption = 256passwd:
### This file is an example password file for svnserve. ### Its format is similar to that of svnserve.conf. As shown in the ### example below it contains one section labelled [users]. ### The name and password for each user follow, one account per line. [users] Petr = heslo Zdenka = heslo Dusan = heslo Tomas = hesloPředem moc děkuji za pomoc.
svn://xx.xxx.xxx.xxx/home/http/svn2například a na skutečnou cestu to vipiše že nexistuje... když tam zadam jen ip tak se to připoji. Zkoušel jsem postupovat dle tohoto navodu. Zakladat tak novu repozitory atd. Ale proste se na ni pomoci te cesty neprihlasim... zkousel jsem resetovat server... taky nic.
svn://názov_servera/názov_repository/ a za to je ešte možné pripojiť cestu v rámci repozitára - napr. trunk/ alebo branches/2.0/. Repozitáre by sa potom mali nachádzať v default ceste na disku, ak je to napr. /var/svn/, tak sa svnserve spúšťa s parametrom --root=/var/svn a celá cesta na disku by potom bola /var/svn/názov_repository/.
Ako prvé by som na Tvojom mieste skúšal rozbehať čo najjednoduchší anonymný prístup a až potom keď to pôjde tak pridával používateľov, a ACL-ka.
pomoci svnadmin create /home/http/svngame/gamejsem tam vytvořil repozitář ve složce game a takhle mi to nejede... . Zkoušim to na anonymním přístupu. Když dám v klientovy update na cestu svn://server/game tak to vypíše:
Execute: Update Updated: /home/dibur/svngame Updating... Readytakže se stahlo. v Konfiguraku na servru v /home/http/svngame/game/conf/svnserve.conf jsem odkomentoval a upravil řádky
anon-access = write auth-access = writeabych mohl zapisovat. Pak jsem v mém editoru vytvořil složku a dal jsem commit. Vyskočila chyba. Zde je kompletni vypis těchto ukonu v klientovi:
Execute: Checkout Updated: /home/dibur/svngame Updating... Ready Execute: Mkdir Add: /home/dibur/svngame/svd Updating... Ready Execute: Update Updated: /home/dibur/svngame Updating... Ready Execute: Commit Error: Error while performing action: Commit failed (details follow): Ready Execute: Mkdir Add: /home/dibur/svngame/svn2 Updating... Ready Execute: Commit Error: Error while performing action: Commit failed (details follow): ReadyVypíše to error a pak že ready... ok. Pokračuji tedy dal. Vypnu a zapnu klienta. Přetahnu tam soubor a dám opět commit. Zase:
Execute: Commit Error: Error while performing action: Commit failed (details follow): ReadyHm a editor to pořád ukazuje červeně... . Tedy jako že je to jen u mě. Hm? Co s tim?
Error: Error while performing action: Commit failed (details follow): '/home/dibur/svngame/svn2' is not under version control and is not part of the commit, yet its child '/home/dibur/svngame/svn2/ArticleTest.php' is part of the commitpodotykam ze jsme od te doby restartoval i server. Takže prý neexistuji ani složky pod subversion... co s tím?
mkdir -m "" svn://xxx.xxx.xxx.xxx/zkouska
svn: Authorization failed
svn: Authorization failed
Tiskni
Sdílej: