Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simlink? #1188

Open
tiziodcaio opened this issue Nov 28, 2021 · 2 comments
Open

Simlink? #1188

tiziodcaio opened this issue Nov 28, 2021 · 2 comments

Comments

@tiziodcaio
Copy link
Contributor

Tipo di richiesta: suggerimento di miglioramento (documentazione, label, ecc)

Riassunto

Per i csv che usano *-latest non so se è possibile usare dei link simbolici
http://tdongsi.github.io/blog/2016/02/20/symlinks-in-git/

Interesse pubblico

Allegerimento futuro della repository (very low priority)

@miccoli
Copy link

miccoli commented Nov 30, 2021

Concettualmente i file *-latest.* sono dei symlink (cioè dei puntatori a dati memorizzati sotto altro nome) e non dei file distinti (ma con dati identici a quelli di un altro file.)

Qusto è proprio uno dei casi in cui la best practice consiglia l'uso dei link simbolici.

L'unico problema che vedo è che si tratta di un concetto ben noto nel mondo "unix" ma che potrebbe dare luogo a problemi per chi vivendo nel mondo windows non sa bene come si comportano e come si usano.

@licitrasimone
Copy link

To create a symbolic link to a given file, open your terminal and type:
ln -s source_file symbolic_link
Replace source_file with the name of the existing file for which you want to create the symbolic link and symbolic_link with the name of the symbolic link (parameter is optional).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants